mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 03:21:36 -04:00
Fix pin, unpin and close icon issues (#822)
* fix pin, unpin and close icon issues * formatting
This commit is contained in:
@@ -104,13 +104,16 @@
|
||||
background-position: 2px center;
|
||||
}
|
||||
|
||||
.vs .icon.close {
|
||||
background-image: url('close.svg');
|
||||
.vs .icon.close,
|
||||
.vs .icon.remove {
|
||||
background: url('close.svg') center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs-dark .icon.close,
|
||||
.hc-black .icon.close {
|
||||
background-image: url('close-dark.svg');
|
||||
.hc-black .icon.close,
|
||||
.vs-dark .icon.remove,
|
||||
.hc-black .icon.remove {
|
||||
background: url('close_inverse.svg') center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs .icon.filter {
|
||||
@@ -122,14 +125,6 @@
|
||||
background: url("filter_inverse.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs .icon.remove {
|
||||
background: url("remove.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs-dark .icon.remove,
|
||||
.hc-black .icon.remove {
|
||||
background: url("remove_inverse.svg") center center no-repeat !important;
|
||||
}
|
||||
|
||||
.vs .icon.warning-badge,
|
||||
.vs-dark .icon.warning-badge,
|
||||
|
||||
Reference in New Issue
Block a user