Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
amunger committed Mar 2, 2024
1 parent 214b69e commit f7edb2c
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,15 @@
background-color: var(--vscode-settings-textInputBackground);
box-sizing: border-box;
height: 100%;
width: 100%;
border: 0px none;
border-radius: 0px;
}

.filter-box:focus {
border: '1px solid var(--vscode-focusBorder)';
}

input {
outline: none;
color: var(--vscode-editor-foreground);
Expand Down

0 comments on commit f7edb2c

Please sign in to comment.