mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-04 15:25:47 +01:00
#6679 Support icon inside input box and provide filter icon for filter box
This commit is contained in:
@@ -35,6 +35,17 @@
|
||||
position: relative;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
.vs-dark .monaco-inputbox > .wrapper {
|
||||
background-color: var(--input-bgcolor);
|
||||
}
|
||||
|
||||
.monaco-inputbox > .wrapper .icon {
|
||||
width: 16px;
|
||||
height: 22px;
|
||||
}
|
||||
|
||||
.monaco-inputbox > .wrapper > .input {
|
||||
|
||||
Reference in New Issue
Block a user