mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-28 15:26:21 +01:00
Fix wrong color on active icons with counters in web UI (#26767)
This commit is contained in:
parent
05093266e6
commit
728eb6a153
@ -228,6 +228,7 @@
|
|||||||
color: lighten($lighter-text-color, 7%);
|
color: lighten($lighter-text-color, 7%);
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
color: $highlight-text-color;
|
color: $highlight-text-color;
|
||||||
@ -243,7 +244,6 @@
|
|||||||
color: lighten($highlight-text-color, 13%);
|
color: lighten($highlight-text-color, 13%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
&.overlayed {
|
&.overlayed {
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
|
Loading…
Reference in New Issue
Block a user