mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Notebooks: Fix Padding on Mac SelectContainers in Toolbar (#9021)
* fix css on mac * change to monaco workbench mac
This commit is contained in:
@@ -232,3 +232,7 @@
|
|||||||
.hc-black .notebookEditor .hoverButton .addTextIcon {
|
.hc-black .notebookEditor .hoverButton .addTextIcon {
|
||||||
background-image: url("./media/dark/add_text_inverse.svg");
|
background-image: url("./media/dark/add_text_inverse.svg");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.monaco-workbench.mac .notebookEditor .select-container {
|
||||||
|
padding-top: 2px;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user