mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): labels in the overview modal have wrong close icon color in dark mode
This commit is contained in:
committed by
Łukasz Mierzwa
parent
b92523b6e7
commit
ffc217566f
@@ -76,6 +76,7 @@ span.badge.components-label {
|
||||
}
|
||||
|
||||
button.components-label-bright,
|
||||
span.components-label-bright,
|
||||
.components-label-bright {
|
||||
color: $black;
|
||||
&:hover {
|
||||
@@ -105,6 +106,7 @@ button.components-label-bright,
|
||||
}
|
||||
|
||||
button.components-label-dark,
|
||||
span.components-label-dark,
|
||||
.components-label-dark {
|
||||
color: $white;
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user