Fix wrong color on active icons with counters in web UI (#26767)
This commit is contained in:
@@ -228,6 +228,7 @@
|
||||
color: lighten($lighter-text-color, 7%);
|
||||
background-color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&.active {
|
||||
color: $highlight-text-color;
|
||||
@@ -243,7 +244,6 @@
|
||||
color: lighten($highlight-text-color, 13%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&.overlayed {
|
||||
box-sizing: content-box;
|
||||
|
||||
Reference in New Issue
Block a user