fix(ui): polish form input

pull/6968/head
charlie 2022-10-10 16:42:54 +08:00 committed by Tienson Qin
parent 3c937520a6
commit 489090bc87
2 changed files with 6 additions and 1 deletions

View File

@ -303,7 +303,7 @@ blockquote {
font-size: 1rem;
}
input {
input[type=text], input[type=password] {
color: var(--ls-primary-text-color);
background: transparent;
}

View File

@ -48,6 +48,11 @@
.cp__palette-input {
color: var(--ls-secondary-text-color);
border: none;
&:focus {
box-shadow: none;
}
}
.search-result {