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 3e4a8fe769
commit 690df87ad0

View File

@ -268,7 +268,7 @@
@media @tablet {
.Header-secondary .Search {
input {
input:not(:focus) {
width: 1px;
background: transparent;
}