mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-14 01:25:37 -05:00
fix notebook icon highlights (#16009)
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user