1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-23 22:57:05 +09:00

[Glitch] Fix wrong color on active icons with counters in web UI

Port 728eb6a153 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko 2023-09-02 14:46:26 +02:00 committed by Claire
parent cc363629be
commit 6772bf611e

View File

@ -247,6 +247,7 @@
color: lighten($lighter-text-color, 7%);
background-color: transparent;
}
}
&.active {
color: $highlight-text-color;
@ -262,7 +263,6 @@
color: lighten($highlight-text-color, 13%);
}
}
}
&.overlayed {
box-sizing: content-box;