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:
Łukasz Mierzwa
2019-06-01 14:17:37 +01:00
parent 55792936f8
commit 4465808287

View File

@@ -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 {