Skip to content

Commit

Permalink
Disable checkmark display in quickinputlist
Browse files Browse the repository at this point in the history
  • Loading branch information
gbodeen committed Mar 3, 2023
1 parent 20494d9 commit f41e71b
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 @@ -233,6 +233,10 @@
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 f41e71b

Please sign in to comment.