This commit is contained in:
isidor 2019-06-28 10:51:29 +02:00
parent 332aaba6de
commit fe0c3e785c

View file

@ -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,