mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Notebook toolbar UI improvement (#5282)
Fixed #5236 - Change the icon to blue image. Existing icons are not deleted. We will use them when the icons are - - moved as the secondary actions. - Change the font size to 13px - Change the height to 21px - Move Add actions to the left
This commit is contained in:
@@ -109,8 +109,8 @@
|
||||
"command": "jupyter.cmd.installPackages",
|
||||
"title": "%title.installPackages%",
|
||||
"icon": {
|
||||
"dark": "resources/dark/manage_inverse.svg",
|
||||
"light": "resources/light/manage.svg"
|
||||
"dark": "resources/dark/manage_blue_inverse.svg",
|
||||
"light": "resources/light/manage_blue.svg"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user