fix: navbar search input border color changed

This commit is contained in:
shuai 2022-10-27 15:45:59 +08:00
parent 95deb1b0d8
commit ae462618cb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
}
.placeholder-search {
background-color: rgba(255, 255, 255, .2);
border: $border-width $border-style transparent;
border: $border-width $border-style rgba(255, 255, 255, .2);
&:focus {
border: $border-width $border-style $border-color;
}