mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-27 09:10:12 +00:00
Fix dark mode issues on Special:Notifications
Bug: T358405 Change-Id: I3c7e1c1884484386df9ef8f54d48af06e9a6c2d2
This commit is contained in:
parent
6bff6d7c00
commit
8e635e0bca
|
@ -11,7 +11,7 @@
|
|||
transition: background-color 100ms, color 100ms;
|
||||
|
||||
&-highlighted {
|
||||
background-color: #eaecf0;
|
||||
background-color: @background-color-neutral;
|
||||
color: @color-emphasized;
|
||||
}
|
||||
|
||||
|
@ -64,7 +64,7 @@
|
|||
}
|
||||
|
||||
&-label-count {
|
||||
background-color: #eaecf0;
|
||||
background-color: @background-color-neutral;
|
||||
color: @color-subtle;
|
||||
padding: 0.2em 0.5em;
|
||||
margin-left: 0.5em;
|
||||
|
|
Loading…
Reference in a new issue