From 64aa544be1175bd80d034985267bb23c5fb3cdea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mierzwa?= Date: Tue, 8 Oct 2019 21:19:54 +0100 Subject: [PATCH] chore(ui): tweak filter input css --- ui/src/Components/Labels/FilterInputLabel/index.js | 2 +- ui/src/Components/Labels/FilterInputLabel/index.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/Components/Labels/FilterInputLabel/index.js b/ui/src/Components/Labels/FilterInputLabel/index.js index 056a3fa5c..da489d9f9 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.js +++ b/ui/src/Components/Labels/FilterInputLabel/index.js @@ -98,7 +98,7 @@ const FilterInputLabel = observer( value={filter.raw} propName="raw" change={this.onChange} - classEditing="py-0 border-0 bg-light" + classEditing="py-0 border-0 bg-light text-black rounded" afterStart={alertStore.status.pause} afterFinish={alertStore.status.resume} /> diff --git a/ui/src/Components/Labels/FilterInputLabel/index.scss b/ui/src/Components/Labels/FilterInputLabel/index.scss index 879adeedd..2574b1963 100644 --- a/ui/src/Components/Labels/FilterInputLabel/index.scss +++ b/ui/src/Components/Labels/FilterInputLabel/index.scss @@ -15,7 +15,7 @@ &:hover { background-color: $light; color: $black; - border-radius: 4px; + border-radius: 0.25rem; } }