mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 16:18:58 +01:00
Add hover background for sticky line content in editor
This commit is contained in:
@@ -596,6 +596,10 @@
|
||||
background: color-mix(in srgb, var(--vscode-editor-background) 40%, transparent) !important;
|
||||
}
|
||||
|
||||
.monaco-workbench .monaco-editor .sticky-widget .sticky-line-content:hover {
|
||||
background: var(--vscode-editorHoverWidget-background) !important;
|
||||
}
|
||||
|
||||
.monaco-editor .rename-box.preview {
|
||||
backdrop-filter: var(--backdrop-blur-lg) !important;
|
||||
-webkit-backdrop-filter: var(--backdrop-blur-lg) !important;
|
||||
|
||||
Reference in New Issue
Block a user