mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-23 18:19:12 +01:00
style(titlebar): adjust inactive titlebar opacity for improved visibility
This commit is contained in:
@@ -127,11 +127,6 @@
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.monaco-workbench .part.editor > .content .editor-group-container > .title .tabs-container > .tab.active {
|
||||
border-radius: 0;
|
||||
border-top: none !important;
|
||||
}
|
||||
|
||||
.monaco-workbench.vs .part.editor > .content .editor-group-container > .title .tabs-container > .tab.active {
|
||||
box-shadow: inset var(--shadow-active-tab);
|
||||
position: relative;
|
||||
@@ -156,14 +151,6 @@
|
||||
box-shadow: var(--shadow-md);
|
||||
}
|
||||
|
||||
.monaco-workbench .part.titlebar.inactive {
|
||||
background: var(--vscode-titleBar-inactiveBackground) !important;
|
||||
|
||||
& > * {
|
||||
opacity: 0.3;
|
||||
}
|
||||
}
|
||||
|
||||
/* Quick Input (Command Palette) */
|
||||
.monaco-workbench .quick-input-widget {
|
||||
box-shadow: var(--shadow-xl) !important;
|
||||
|
||||
Reference in New Issue
Block a user