Fix view action icon sizes (#15834)

This commit is contained in:
Charles Gagnon
2021-06-21 09:59:53 -07:00
committed by GitHub
parent 207312bd96
commit 22dcf7777c

View File

@@ -52,6 +52,14 @@
margin-left: auto;
}
/* {{SQL CARBON EDIT}} Bring back styles for action labels - ours aren't sized correctly without these */
.monaco-pane-view .pane > .pane-header > .actions .action-label.icon,
.monaco-pane-view .pane > .pane-header > .actions .action-label.codicon {
background-size: 16px;
background-position: center center;
background-repeat: no-repeat;
}
.monaco-pane-view .pane > .pane-header > .actions .action-item {
margin-right: 4px;
}