mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
fix the server action icon's size issue (#20906)
* fix the server action icon's size issue * move the css styles to sql folder
This commit is contained in:
@@ -39,3 +39,11 @@
|
||||
.monaco-workbench.hc-black .actions-container .action-label.server-page {
|
||||
background-image: url('server_page_inverse.svg') !important;
|
||||
}
|
||||
|
||||
/* styles for action labels - without these, the buttons for the Servers view will not be sized correctly */
|
||||
.monaco-pane-view .pane > .pane-header > .actions .action-label.icon,
|
||||
.monaco-pane-view .pane > .pane-header > .actions .action-label.codicon {
|
||||
background-size: 16px;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user