mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 17:22:55 -05:00
Fix for SQL text file for editdata upon reload. (#8947)
* set dirty for editdata to false (prevent backup) * small wording change * Temporary fix for issue * using proper fix * Used editInputData onDidChangeDirty * Moved all code to editDataInput * Implemented fix from notebooks into editdata. * Fix for unregistering copy service * Fix in QueryEditorService * add handling in case of changes made while editing * Small optimization, removed setdirty in sql check * moved onDidChangeDirty to EditDataInput * some text changes * small fix for consistency in slickColorTheme
This commit is contained in:
@@ -69,8 +69,8 @@
|
||||
--color-grid-dirty-text: #101010;
|
||||
}
|
||||
/* grid styling */
|
||||
.vs .slickgridContainer .grid .slick-cell .active,
|
||||
.vs slick-grid.active .grid .slick-cell .active {
|
||||
.vs .slickgridContainer .grid .slick-cell.active,
|
||||
.vs slick-grid.active .grid .slick-cell.active {
|
||||
border-color: var(--color-cell-border-active);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user