mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 17:23:19 -05:00
Update dashboard breadcrumb style to match mockups (#9850)
* update breadcrumb style to match mockups * remove unnecessary fontsize
This commit is contained in:
@@ -63,3 +63,22 @@ dashboard-page .editor-toolbar {
|
||||
border-bottom-style: solid;
|
||||
padding: 3px 0;
|
||||
}
|
||||
|
||||
.dashboardEditor breadcrumb .chevron-right.codicon {
|
||||
background-size: 8px;
|
||||
}
|
||||
|
||||
.dashboardEditor breadcrumb {
|
||||
font-size: 13px;
|
||||
color: #323130;
|
||||
}
|
||||
|
||||
.vs-dark .dashboardEditor breadcrumb,
|
||||
.hc-black .dashboardEditor breadcrumb {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
.dashboardEditor breadcrumb .router-link {
|
||||
color: #2170DE;;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user