mirror of
https://github.com/tulir/gomuks.git
synced 2025-04-19 18:13:41 -05:00
web/timeline: fix fixed menu redact button color
This commit is contained in:
parent
a1bddd6b6b
commit
8fa54a5bea
1 changed files with 4 additions and 0 deletions
|
@ -31,6 +31,10 @@ div.event-fixed-menu {
|
|||
> button {
|
||||
width: 3rem;
|
||||
height: 3rem;
|
||||
|
||||
&.redact-button {
|
||||
color: var(--error-color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue