mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-26 09:35:38 -05:00
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:
@@ -47,7 +47,8 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.backButtonIcon {
|
||||
.backButtonIcon,
|
||||
.hc-light .backButtonIcon {
|
||||
content: url('back.svg');
|
||||
width: 20px;
|
||||
margin-right: 10px;
|
||||
@@ -73,7 +74,8 @@
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
.vs .optionsDialog-options .optionsDialog-description .modal-title {
|
||||
.vs .optionsDialog-options .optionsDialog-description .modal-title,
|
||||
.hc-light .optionsDialog-options .optionsDialog-description .modal-title {
|
||||
background-image: url('info_notification.svg')
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user