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 332aaba commit fe0c3e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vs/workbench/browser/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit fe0c3e7

Please sign in to comment.