From 1fd0f45a028061cb7cbbf8b740748ad97113c68f Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Mar 2022 12:32:06 -0800 Subject: [PATCH] fix filterable dropdown text color when open --- .../filterable-dropdown/filterable-dropdown.component.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss index 23f39fad3..5d554a69d 100644 --- a/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss +++ b/src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss @@ -46,7 +46,6 @@ } } - small > svg { margin-top: -2px; } @@ -58,3 +57,7 @@ small > svg { font-size: 65%; } } + +.show .btn-outline-primary { + color: #fff; +} \ No newline at end of file