mirror of
https://github.com/flarum/framework.git
synced 2024-12-12 22:53:37 +08:00
Make sure search input has a background when focused
This commit is contained in:
parent
3911139b17
commit
49bb9ef5e3
|
@ -268,7 +268,7 @@
|
||||||
|
|
||||||
@media @tablet {
|
@media @tablet {
|
||||||
.Header-secondary .Search {
|
.Header-secondary .Search {
|
||||||
input {
|
input:not(:focus) {
|
||||||
width: 1px;
|
width: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user