Fix incorrect nesting in search styles

This commit is contained in:
Ray Schamp 2016-03-24 13:12:41 -04:00
parent 29fa914b9a
commit 6e0d35efaa

View file

@ -117,7 +117,7 @@
background-color: $active-gray; background-color: $active-gray;
height: 14px; height: 14px;
[type=submit] { &[type=submit] {
position: absolute; position: absolute;
background-color: transparent; background-color: transparent;
@ -130,7 +130,7 @@
height: 40px; height: 40px;
} }
[type=text] { &[type=text] {
transition: .15s ease background-color; transition: .15s ease background-color;
padding: 0; padding: 0;
padding-right: 10px; padding-right: 10px;