Fixed search field focus style

This commit is contained in:
kvakazyambra 2022-12-04 17:02:45 +03:00
parent 0d3a7e5c64
commit 24370405c9

View File

@ -12,6 +12,10 @@
transition: box-shadow 0.3s;
width: 100%;
&:focus {
box-shadow: 0 3px 0 #ccc;
}
+ label {
display: none;
}