]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
fix filterable dropdown text color when open 192/head
authorMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 1 Mar 2022 20:32:06 +0000 (12:32 -0800)
committerMichael Shamoon <4887959+shamoon@users.noreply.github.com>
Tue, 1 Mar 2022 20:32:06 +0000 (12:32 -0800)
src-ui/src/app/components/common/filterable-dropdown/filterable-dropdown.component.scss

index 23f39fad3c42460e9ba9bd548cbcd70a24bdf073..5d554a69d80c512247c61f8b285360bd79a905d6 100644 (file)
@@ -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