fix notebook icon highlights (#16009)

This commit is contained in:
Lucy Zhang
2021-07-06 17:50:54 -07:00
committed by GitHub
parent 7c68506975
commit 9ba4057a3c
2 changed files with 5 additions and 15 deletions

View File

@@ -36,10 +36,11 @@ code-component .toolbar .carbon-taskbar {
}
code-component .toolbar .carbon-taskbar.monaco-toolbar .monaco-action-bar .codicon.action-label {
height: 20px;
padding-bottom: 10px;
height: 25px;
width: 25px;
padding: 0px;
background-size: 20px;
width: 40px;
background-position: center;
}
.notebook-cell:not(.active):hover code-component .toolbarIconRun {

View File

@@ -74,18 +74,7 @@
.actions-container
.action-item
.codicon.masked-icon:before {
margin-right: 0;
padding-left: 18px;
width: 16px;
}
.notebookEditor
.in-preview
.actions-container
.action-item
.codicon.icon-run-with-parameters:before {
padding-left: 20px;
width: 18px;
width: 100%;
}
.notebookEditor .in-preview .actions-container .action-item:last-child {