Skip to content

Commit

Permalink
fixes #76278
Browse files Browse the repository at this point in the history
  • Loading branch information
isidorn committed Jun 28, 2019
1 parent ab9812e commit 332aaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/browser/media/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ body.web {
/* START Keyboard Focus Indication Styles */

.monaco-workbench [tabindex="0"]:focus,
.monaco-workbench [tabindex="-1"]:focus,
.monaco-workbench .synthetic-focus,
.monaco-workbench select:focus,
.monaco-workbench input[type="button"]:focus,
Expand All @@ -174,6 +175,7 @@ body.web {
}

.monaco-workbench [tabindex="0"]:active,
.monaco-workbench [tabindex="-1"]:active,
.monaco-workbench select:active,
.monaco-workbench input[type="button"]:active,
.monaco-workbench input[type="checkbox"]:active,
Expand Down

0 comments on commit 332aaba

Please sign in to comment.