瀏覽代碼

fix to fill of blueprint icons

telamonian 5 年之前
父節點
當前提交
37e9d5ac36
共有 1 個文件被更改,包括 2 次插入1 次删除
  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 {