mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-10 10:12:34 -05:00
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 (#6381)
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 * disable strict null check
This commit is contained in:
@@ -62,9 +62,9 @@
|
||||
margin: 2px 0;
|
||||
}
|
||||
.monaco-diff-editor .action-label.icon.close-diff-review {
|
||||
background: url('close.svg') center center no-repeat;
|
||||
background: url('close-light.svg') center center no-repeat;
|
||||
}
|
||||
.monaco-diff-editor.hc-black .action-label.icon.close-diff-review,
|
||||
.monaco-diff-editor.vs-dark .action-label.icon.close-diff-review {
|
||||
background: url('close-inverse.svg') center center no-repeat;
|
||||
background: url('close-dark.svg') center center no-repeat;
|
||||
}
|
||||
Reference in New Issue
Block a user