mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
make editor selection less prominent when cell isn't selected, https://github.com/microsoft/vscode/issues/99136
This commit is contained in:
@@ -99,6 +99,11 @@
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row:not(.selected) .monaco-editor .lines-content .selected-text,
|
||||
.monaco-workbench .notebookOverlay > .cell-list-container > .monaco-list > .monaco-scrollable-element > .monaco-list-rows > .monaco-list-row:not(.selected) .monaco-editor .lines-content .selectionHighlight {
|
||||
opacity: 0.33;
|
||||
}
|
||||
|
||||
.monaco-workbench .notebookOverlay .notebook-content-widgets {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
||||
Reference in New Issue
Block a user