Browse Source

fix to fill of blueprint icons

telamonian 5 years ago
parent
commit
37e9d5ac36
1 changed files with 2 additions and 1 deletions
  1. 2 1
      packages/ui-components/style/base.css

+ 2 - 1
packages/ui-components/style/base.css

@@ -101,7 +101,8 @@ input::placeholder {
 }
 
 /* Stop blueprint futzing with our icon fills */
-.bp3-icon > svg:not([fill]) {
+.bp3-icon.jp-BPIcon > svg:not([fill]) {
+  fill: var(--jp-inverse-layout-color3);
 }
 
 .jp-InputGroupAction {