Add separate dialog to notebook charts for specifying chart options. (#9454)

This commit is contained in:
Cory Rivera
2020-03-10 14:10:34 -07:00
committed by GitHub
parent 268463b5c7
commit 0a117fbd00
12 changed files with 150 additions and 20 deletions

View File

@@ -5,7 +5,10 @@
.vs .icon.table,
.vs-dark .icon.table,
.hc-black .icon.table {
.hc-black .icon.table,
.vs .codicon.table,
.vs-dark .codicon.table,
.hc-black .codicon.table {
background: url("Table.svg") center center no-repeat;
}