Fixed search field focus style
This commit is contained in:
parent
0d3a7e5c64
commit
24370405c9
|
@ -12,6 +12,10 @@
|
||||||
transition: box-shadow 0.3s;
|
transition: box-shadow 0.3s;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
||||||
|
&:focus {
|
||||||
|
box-shadow: 0 3px 0 #ccc;
|
||||||
|
}
|
||||||
|
|
||||||
+ label {
|
+ label {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user