mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -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 {
|
code-component .toolbar .carbon-taskbar.monaco-toolbar .monaco-action-bar .codicon.action-label {
|
||||||
height: 20px;
|
height: 25px;
|
||||||
padding-bottom: 10px;
|
width: 25px;
|
||||||
|
padding: 0px;
|
||||||
background-size: 20px;
|
background-size: 20px;
|
||||||
width: 40px;
|
background-position: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebook-cell:not(.active):hover code-component .toolbarIconRun {
|
.notebook-cell:not(.active):hover code-component .toolbarIconRun {
|
||||||
|
|||||||
@@ -74,18 +74,7 @@
|
|||||||
.actions-container
|
.actions-container
|
||||||
.action-item
|
.action-item
|
||||||
.codicon.masked-icon:before {
|
.codicon.masked-icon:before {
|
||||||
margin-right: 0;
|
width: 100%;
|
||||||
padding-left: 18px;
|
|
||||||
width: 16px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.notebookEditor
|
|
||||||
.in-preview
|
|
||||||
.actions-container
|
|
||||||
.action-item
|
|
||||||
.codicon.icon-run-with-parameters:before {
|
|
||||||
padding-left: 20px;
|
|
||||||
width: 18px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .in-preview .actions-container .action-item:last-child {
|
.notebookEditor .in-preview .actions-container .action-item:last-child {
|
||||||
|
|||||||
Reference in New Issue
Block a user