Skip to content

Commit

Permalink
GH-7834: Restored the find widget's "border" color.
Browse files Browse the repository at this point in the history
`--theia-input-border` as the `outline-color` had no effect:
#7340 (comment)

Fixes #7834

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
  • Loading branch information
Akos Kitta authored and kittaakos committed May 19, 2020
1 parent bb43e9e commit 46255a2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,9 @@
.monaco-editor .reference-zone-widget .ref-tree .referenceMatch .highlight {
color: unset !important;
}

.monaco-editor .find-widget .monaco-inputbox.synthetic-focus {
outline: var(--theia-border-width) solid;
outline-offset: calc(-1*var(--theia-border-width));
outline-color: var(--theia-focusBorder);
}

0 comments on commit 46255a2

Please sign in to comment.