Quellcode durchsuchen

fix to fill of blueprint icons

telamonian vor 5 Jahren
Ursprung
Commit
37e9d5ac36
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  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 {