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:
Yurong He
2019-04-30 16:18:48 -07:00
committed by GitHub
parent 97cab22e00
commit f9af34b103
17 changed files with 133 additions and 20 deletions

View File

@@ -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"
}
},
{