mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
Merge pull request #749 from prymitive/fix-input-label-cls
fix(ui): apply correct font color to filter input labels
This commit is contained in:
@@ -34,6 +34,7 @@ span.badge.components-label {
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
|
||||
button.components-label-bright,
|
||||
.components-label-bright {
|
||||
color: $black;
|
||||
&:hover {
|
||||
@@ -56,6 +57,7 @@ span.badge.components-label {
|
||||
}
|
||||
}
|
||||
|
||||
button.components-label-dark,
|
||||
.components-label-dark {
|
||||
color: $white;
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user