Ver código fonte

Run integrity script for the new icons

Jeremy Tuloup 4 anos atrás
pai
commit
aecc84c76e
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      packages/ui-components/style/deprecated.css

+ 6 - 0
packages/ui-components/style/deprecated.css

@@ -290,6 +290,9 @@
 .jp-TabIcon {
   background-image: var(--jp-icon-tab);
 }
+.jp-TableRowsIcon {
+  background-image: var(--jp-icon-table-rows);
+}
 .jp-TagIcon {
   background-image: var(--jp-icon-tag);
 }
@@ -302,6 +305,9 @@
 .jp-TocIcon {
   background-image: var(--jp-icon-toc);
 }
+.jp-TreeViewIcon {
+  background-image: var(--jp-icon-tree-view);
+}
 .jp-TrustedIcon {
   background-image: var(--jp-icon-trusted);
 }