From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Tue, 1 Mar 2022 20:32:06 +0000 (-0800) Subject: fix filterable dropdown text color when open X-Git-Tag: ngx-1.6.0-rc1~23^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F192%2Fhead;p=thirdparty%2Fpaperless-ngx.git fix filterable dropdown text color when open --- 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 23f39fad3c..5d554a69d8 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