From 44658082875fd2f50291d54794c5c7b7c33e4e36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Sat, 1 Jun 2019 14:17:37 +0100 Subject: [PATCH] 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 --- ui/src/Components/Labels/BaseLabel/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ui/src/Components/Labels/BaseLabel/index.scss b/ui/src/Components/Labels/BaseLabel/index.scss index 676b6caf7..6b8bc30ba 100644 --- a/ui/src/Components/Labels/BaseLabel/index.scss +++ b/ui/src/Components/Labels/BaseLabel/index.scss @@ -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 {