Skip to content

Commit

Permalink
fix(ui): polish form input
Browse files Browse the repository at this point in the history
  • Loading branch information
xyhp915 authored and tiensonqin committed Oct 13, 2022
1 parent 3c93752 commit 489090b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ blockquote {
font-size: 1rem;
}

input {
input[type=text], input[type=password] {
color: var(--ls-primary-text-color);
background: transparent;
}
Expand Down
5 changes: 5 additions & 0 deletions src/main/frontend/components/command_palette.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@

.cp__palette-input {
color: var(--ls-secondary-text-color);
border: none;

&:focus {
box-shadow: none;
}
}

.search-result {
Expand Down

0 comments on commit 489090b

Please sign in to comment.