We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3e1dd commit 852feacCopy full SHA for 852feac
webviews/editorWebview/index.css
@@ -95,6 +95,15 @@ textarea:focus,
95
fill: var(--vscode-button-foreground);
96
}
97
98
+.vscode-high-contrast .sticky-header-left #sticky-status {
99
+ border: 1px solid var(--vscode-contrastBorder);
100
+ background-color: var(--vscode-button-background);
101
+ color: var(--vscode-button-foreground);
102
+}
103
+
104
+.vscode-high-contrast .sticky-header-left #sticky-status svg path {
105
+ fill: var(--vscode-button-foreground);
106
107
.sticky-header-title {
108
font-weight: 600;
109
white-space: nowrap;
0 commit comments