Fix wrong color on active icons with counters in web UI (#26767)

This commit is contained in:
Eugen Rochko 2023-09-02 14:46:26 +02:00 committed by GitHub
parent 1b7b338d0a
commit 70c734d65a

View file

@ -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;