mirror of https://gitee.com/answerdev/answer.git
fix: #1087 jittering of internal text when search box is focused
This commit is contained in:
parent
2a43ac0211
commit
95deb1b0d8
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue