fix(ui): hard code the colors of the chat moderation menu button
This commit is contained in:
@@ -63,13 +63,14 @@ $p-v-size: 2px;
|
||||
display: none;
|
||||
top: 5px;
|
||||
right: 10px;
|
||||
color: var(--theme-color-components-text-on-light);
|
||||
color: black;
|
||||
& button:focus,
|
||||
& button:active {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: white;
|
||||
border-radius: var(--theme-rounded-corners);
|
||||
border-width: 0;
|
||||
opacity: 0.8;
|
||||
|
||||
Reference in New Issue
Block a user