Skip to content

Commit

Permalink
Fixes #3450 High contrast theme bleeds into other themes in search vi…
Browse files Browse the repository at this point in the history
…ewlet
  • Loading branch information
bgashler1 committed Feb 26, 2016
1 parent 21aef8d commit cd54d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/css/hc-black-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
}

/* Search */
.search-viewlet .findInFileMatch, .monaco-editor .findInFileMatch {
.monaco-workbench.hc-black .search-viewlet .findInFileMatch, .monaco-editor.hc-black .findInFileMatch {
background: none !important;
border: 1px dotted #f38518;
-moz-box-sizing: border-box;
Expand Down

0 comments on commit cd54d4e

Please sign in to comment.