fix: #1087 jittering of internal text when search box is focused

This commit is contained in:
shuai 2022-10-27 15:42:25 +08:00
parent 2a43ac0211
commit 95deb1b0d8
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: 0;
border: $border-width $border-style transparent;
&:focus {
border: $border-width $border-style $border-color;
}