mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Make sure search input has a background when focused
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user