Skip to content

Commit

Permalink
Merge pull request #174934 from microsoft/aiday/fixLightContrast
Browse files Browse the repository at this point in the history
Changing hc-white to hc-light, wrong classname is used for light contrast theme
  • Loading branch information
aiday-mar authored Feb 21, 2023
2 parents 4d252ac + 8eb80b6 commit 5a454e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

.monaco-editor.hc-black .sticky-widget,
.monaco-editor.hc-white .sticky-widget {
.monaco-editor.hc-light .sticky-widget {
border-bottom: 1px solid var(--vscode-contrastBorder);
}

Expand Down

0 comments on commit 5a454e5

Please sign in to comment.