mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
revert changes to common file and move icons to specific folder (#5335)
This commit is contained in:
committed by
Karl Burtram
parent
74c92cd460
commit
56ad0dbaf2
@@ -99,22 +99,22 @@
|
||||
.vs .icon.success,
|
||||
.vs-dark .icon.success,
|
||||
.hc-black .icon.success {
|
||||
background-image: url("status_success.svg");
|
||||
content: url("status_success.svg");
|
||||
}
|
||||
|
||||
.vs .icon.canceled,
|
||||
.vs-dark .icon.canceled,
|
||||
.hc-black .icon.canceled {
|
||||
background-image: url("status_cancelled.svg");
|
||||
content: url("status_cancelled.svg");
|
||||
}
|
||||
|
||||
.vs .icon.in-progress {
|
||||
background-image: url("loading.svg");
|
||||
content: url("loading.svg");
|
||||
}
|
||||
|
||||
.vs-dark .icon.in-progress,
|
||||
.hc-black .icon.in-progress {
|
||||
background-image: url("loading_inverse.svg");
|
||||
content: url("loading_inverse.svg");
|
||||
}
|
||||
|
||||
.vs .icon.scriptToClipboard,
|
||||
|
||||
Reference in New Issue
Block a user