mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from master
This commit is contained in:
@@ -23,18 +23,20 @@
|
||||
outline: none;
|
||||
}
|
||||
|
||||
.monaco-breadcrumbs .monaco-breadcrumb-item:not(:first-child)::before {
|
||||
background-image: url(./collapsed.svg);
|
||||
opacity: .7;
|
||||
width: 16px;
|
||||
.monaco-breadcrumbs .monaco-breadcrumb-item::before {
|
||||
width: 14px;
|
||||
height: 16px;
|
||||
display: inline-block;
|
||||
background-size: 16px;
|
||||
background-position: 50% 50%;
|
||||
content: ' ';
|
||||
}
|
||||
|
||||
.vs-dark .monaco-breadcrumbs .monaco-breadcrumb-item:not(:first-child)::before {
|
||||
background-image: url(./collpased-dark.svg);
|
||||
.monaco-breadcrumbs .monaco-breadcrumb-item:not(:nth-child(2))::before {
|
||||
background-image: url(./collapsed.svg);
|
||||
opacity: .7;
|
||||
background-size: 16px;
|
||||
background-position: 50% 50%;
|
||||
}
|
||||
|
||||
.vs-dark .monaco-breadcrumbs .monaco-breadcrumb-item:not(:nth-child(2))::before {
|
||||
background-image: url(./collpased-dark.svg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user