Skip to content

Commit

Permalink
monaco: fix quick-input-list styling
Browse files Browse the repository at this point in the history
The commit removes superfluous styling which caused issues in monaco:
1. fixes the peek widget styling
2. fixes the styling of codicons as tail icons in the quick-input

Signed-off-by: vince-fugnitto <[email protected]>
  • Loading branch information
vince-fugnitto committed Mar 24, 2022
1 parent acd6f57 commit c4734c9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -172,13 +172,6 @@
color: var(--theia-list-foreground) !important;
}

.monaco-action-bar .action-item {
height: var(--theia-ui-icon-font-size);
width: var(--theia-ui-icon-font-size);
margin: auto;
padding-right: calc(var(--theia-ui-padding) * 0.5);
}

.quick-input-list .monaco-list-row.focused .monaco-highlighted-label .highlight {
color: var(--theia-list-focusHighlightForeground) !important;
}
Expand Down

0 comments on commit c4734c9

Please sign in to comment.