Skip to content
Snippets Groups Projects
Commit 0ce95248 authored by Ray Schamp's avatar Ray Schamp
Browse files

Show border while input is focused

This won't work on a lot of browsers, but temporarily just target modern ones. (Robust solution is possible using classNames and refs)
parent 342ac4a2
No related branches found
No related tags found
No related merge requests found
......@@ -20,6 +20,10 @@
margin: 0 .5rem;
}
.filter:focus-within {
box-shadow: 0 0 0 .25rem $motion-transparent;
}
/*
Hidden state
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment