mirror of
https://github.com/prymitive/karma
synced 2026-05-07 03:26:52 +00:00
fix(ui): apply correct font color to filter input labels
Bootstrap classes for.btn are getting priorioty so the text is always black, even when background color is dark
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