mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-30 01:25: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:
@@ -24,6 +24,8 @@
|
||||
.modal.callout-dialog .modal-content .row {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
.hc-light .modal.callout-dialog .modal-dialog,
|
||||
.hc-black .modal.callout-dialog .modal-dialog {
|
||||
box-shadow: none;
|
||||
}
|
||||
@@ -55,9 +57,12 @@
|
||||
width: 26px;
|
||||
}
|
||||
|
||||
.hc-light .callout-arrow:before,
|
||||
.hc-black .callout-arrow:before {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
.hc-light .callout-arrow.from-left:before,
|
||||
.hc-black .callout-arrow.from-left:before {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user