gearheads
/
mastodon
Archived
2
0
Fork 0

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

gh/dev^2
Eugen Rochko 2023-09-02 14:46:26 +02:00 committed by GitHub
parent 05093266e6
commit 728eb6a153
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 11 deletions

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;