mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
fix(ui): hard code the colors of the chat moderation menu button
This commit is contained in:
parent
78a64191eb
commit
acab4e5c85
@ -16,7 +16,7 @@ $p-v-size: 2px;
|
|||||||
.user {
|
.user {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.message {
|
.message {
|
||||||
@ -63,16 +63,17 @@ $p-v-size: 2px;
|
|||||||
display: none;
|
display: none;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
color: var(--theme-color-components-text-on-light);
|
color: black;
|
||||||
& button:focus,
|
& button:focus,
|
||||||
& button:active {
|
& button:active {
|
||||||
display: block !important;
|
display: block !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
background-color: white;
|
||||||
border-radius: var(--theme-rounded-corners);
|
border-radius: var(--theme-rounded-corners);
|
||||||
border-width: 0;
|
border-width: 0;
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user