mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixed notebook toolbar icon issue in dark and hc-black themes. (#10802)
This commit is contained in:
@@ -171,14 +171,13 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.vs-dark .notebookEditor :not(.in-preview) .notebook-button.icon-clear-results,
|
.vs-dark .notebookEditor :not(.in-preview) .notebook-button.icon-clear-results,
|
||||||
.hc-black
|
.hc-black .notebookEditor :not(.in-preview) .notebook-button.icon-clear-results {
|
||||||
.notebookEditor
|
|
||||||
:not(.in-preview)
|
|
||||||
.notebook-button.icon-clear-results {
|
|
||||||
background-image: url("./media/dark/clear_results_inverse.svg");
|
background-image: url("./media/dark/clear_results_inverse.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
.notebookEditor .in-preview .notebook-button.masked-icon {
|
.notebookEditor .in-preview .notebook-button.masked-icon,
|
||||||
|
.vs-dark .notebookEditor .in-preview .notebook-button.icon-clear-results,
|
||||||
|
.hc-black .notebookEditor .in-preview .notebook-button.icon-clear-results {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
}
|
}
|
||||||
/* non-preview */
|
/* non-preview */
|
||||||
|
|||||||
Reference in New Issue
Block a user