mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
darken light theme panels and reintroduce borders
This commit is contained in:
@@ -689,35 +689,3 @@
|
||||
opacity: 1;
|
||||
color: var(--vscode-descriptionForeground);
|
||||
}
|
||||
|
||||
/* Remove Borders */
|
||||
.monaco-workbench.vs .part.sidebar {
|
||||
border-right: none !important;
|
||||
border-left: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .part.auxiliarybar {
|
||||
border-right: none !important;
|
||||
border-left: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .part.panel {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .part.activitybar {
|
||||
border-right: none !important;
|
||||
border-left: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .part.titlebar {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .part.statusbar {
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .pane-composite-part:not(.empty) > .header {
|
||||
border-bottom: none !important;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user