Skip to content

Commit

Permalink
Apply codicon settings to check also
Browse files Browse the repository at this point in the history
  • Loading branch information
gbodeen committed Mar 8, 2023
1 parent f41e71b commit 343237c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/monaco/src/browser/style/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@
text-overflow: ellipsis;
}

.codicon-file.default-file-icon.file-icon {
.quick-input-list .codicon-file.default-file-icon.file-icon,
.quick-input-list .codicon.codicon-check {
min-width: var(--theia-icon-size);
display: flex;
justify-content: center;
Expand All @@ -233,10 +234,6 @@
margin-right: 4px;
}

.quick-input-list .monaco-icon-label.codicon.codicon-check::before {
display: none;
}

.quick-input-list .monaco-icon-label.theia-file-icons-js {
line-height: inherit;
}
Expand Down

0 comments on commit 343237c

Please sign in to comment.