Skip to content

Commit

Permalink
[monaco] Fix style for codicons
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Nikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Mar 27, 2020
1 parent fd1b268 commit ebbefa1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
margin-right: 0px;
}

.monaco-quick-open-widget .quick-open-tree .quick-open-entry .codicon {
vertical-align: sub;
}

.monaco-quick-open-widget {
background-color: var(--theia-quickInput-background) !important;
color: var(--theia-quickInput-foreground) !important;
Expand Down

0 comments on commit ebbefa1

Please sign in to comment.