Add background image to sql db projects dashboard (#14942)

* Add background image to sql db projects dashboard

* Removed gradient color

* Added bottom border for header

* Fixed border color
This commit is contained in:
Sakshi Sharma
2021-04-01 17:24:16 -07:00
committed by GitHub
parent ce6ea8af41
commit 30a2b76faf
6 changed files with 117 additions and 22 deletions

View File

@@ -127,7 +127,7 @@
"view/item/context": [
{
"command": "projects.manageProject",
"when": "view == dataworkspace.views.main",
"when": "view == dataworkspace.views.main && viewItem == databaseProject.itemType.project",
"group": "0_projectsFirst@1"
},
{