Skip to content

Commit 852feac

Browse files
mrleemurrayCopilot
andauthored
Update webviews/editorWebview/index.css
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent ce3e1dd commit 852feac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

webviews/editorWebview/index.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,15 @@ textarea:focus,
9595
fill: var(--vscode-button-foreground);
9696
}
9797

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+
}
98107
.sticky-header-title {
99108
font-weight: 600;
100109
white-space: nowrap;

0 commit comments

Comments
 (0)