Make sure search input has a background when focused

This commit is contained in:
Toby Zerner 2015-08-27 08:47:06 +09:30
parent 3911139b17
commit 49bb9ef5e3

View File

@ -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;
} }