mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 (#6381)
* Merge from vscode 8e0f348413f4f616c23a88ae30030efa85811973 * disable strict null check
This commit is contained in:
@@ -95,6 +95,7 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
|
||||
if (focusOutline) {
|
||||
collector.addRule(`
|
||||
.monaco-workbench [tabindex="0"]:focus,
|
||||
.monaco-workbench [tabindex="-1"]:focus,
|
||||
.monaco-workbench .synthetic-focus,
|
||||
.monaco-workbench select:focus,
|
||||
.monaco-workbench .monaco-tree.focused.no-focused-item:focus:before,
|
||||
@@ -114,6 +115,7 @@ registerThemingParticipant((theme: ITheme, collector: ICssStyleCollector) => {
|
||||
if (theme.type === HIGH_CONTRAST) {
|
||||
collector.addRule(`
|
||||
.hc-black [tabindex="0"]:focus,
|
||||
.hc-black [tabindex="-1"]:focus,
|
||||
.hc-black .synthetic-focus,
|
||||
.hc-black select:focus,
|
||||
.hc-black input[type="button"]:focus,
|
||||
|
||||
Reference in New Issue
Block a user