mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-18 11:03:18 -04:00
Added error node to OE tree (#3889)
* Add error node to OE tree * Add globalerror_red.svg for error node. * Fixed wrong import resolved automatically * Resolve PR comments
This commit is contained in:
@@ -30,6 +30,12 @@
|
||||
background: url("database_inverse.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.error,
|
||||
.vs-dark .icon.error,
|
||||
.hc-black .icon.error {
|
||||
background: url("globalerror_red.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.file {
|
||||
background: url("file.svg") center center no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user