Commit 6e0d35ef authored by Ray Schamp's avatar Ray Schamp

Fix incorrect nesting in search styles

parent 29fa914b
...@@ -117,7 +117,7 @@ ...@@ -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 @@ ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment