Add hover background for sticky line content in editor

This commit is contained in:
mrleemurray
2026-02-17 11:36:30 +00:00
parent 9777d84972
commit 4960dbf34e

View File

@@ -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;