Adding light contrast theme (#22028)

* Adding light contrast theme

* fixing oe icons

* Fixing more files

* Converting ep files to support hc light

* Revert "Copy Headers for Selected Columns (#21622)"

This reverts commit f74d6f6d9b.

* Adding more css rules

* Fixing modal

* Fixing azure icons
This commit is contained in:
Aasim Khan
2023-03-06 17:31:27 -08:00
committed by GitHub
parent 29c1f5edd0
commit d3f4f0daa4
61 changed files with 912 additions and 267 deletions

View File

@@ -7,7 +7,8 @@
background-size: 10px;
}
.monaco-workbench.vs .tab > .tab-close .action-label.close-editor-action {
.monaco-workbench.vs .tab > .tab-close .action-label.close-editor-action,
.monaco-workbench.hc-light .tab > .tab-close .action-label.close-editor-action {
background: url('icons/close.svg') center center no-repeat;
}