mirror of https://gitee.com/answerdev/answer.git
fix: navbar search input border color changed
This commit is contained in:
parent
95deb1b0d8
commit
ae462618cb
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue