Skip to content

Commit fcf74aa

Browse files
committed
Set search box-shadow to none to disable firefox invalid red border
The red border started appearing around the empty search box (since it's required) with the changes in #501, even though nothing changed in the markup. Rather than try and figure out which upgrade changed this, I'm just going to override it.
1 parent 89be8fc commit fcf74aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/styles/app.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ body {
138138
}
139139
}
140140

141+
input.search {
142+
box-shadow: none;
143+
}
144+
141145
span.small {
142146
color: $main-color-light;
143147
font-size: 80%;

0 commit comments

Comments
 (0)