mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-11 10:38:31 -05:00
Feature/sqlcmd - ADS changes to enable SQLCMD (#6555)
* Basic SQLCMD functionality to run query and toggle mode * icons and some cleanup * Adding PR comments
This commit is contained in:
@@ -104,3 +104,23 @@
|
||||
.hc-black .icon.saveAsImage {
|
||||
background-image: url('save_as_image_inverse.svg');
|
||||
}
|
||||
|
||||
.vs .icon.enablesqlcmd {
|
||||
background-image: url('enable_sqlcmd.svg');
|
||||
}
|
||||
|
||||
.vs-dark .icon.enablesqlcmd,
|
||||
.hc-black .icon.enablesqlcmd {
|
||||
background-image: url('enable_sqlcmd_inverse.svg');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.vs .icon.disablesqlcmd {
|
||||
background-image: url('disable_sqlcmd.svg');
|
||||
}
|
||||
|
||||
.vs-dark .icon.disablesqlcmd,
|
||||
.hc-black .icon.disablesqlcmd {
|
||||
background-image: url('disable_sqlcmd_inverse.svg');
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user