Commit 0fa50bfd authored by Ray Schamp's avatar Ray Schamp

Merge pull request #394 from rschamp/bugfix/nav-css

Fix incorrect nesting in search styles
parents 29fa914b 6e0d35ef
......@@ -117,7 +117,7 @@
background-color: $active-gray;
height: 14px;
[type=submit] {
&[type=submit] {
position: absolute;
background-color: transparent;
......@@ -130,7 +130,7 @@
height: 40px;
}
[type=text] {
&[type=text] {
transition: .15s ease background-color;
padding: 0;
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