Skip to content
Snippets Groups Projects
Unverified Commit 394a4577 authored by Paul Kaplan's avatar Paul Kaplan Committed by GitHub
Browse files

Merge pull request #1417 from paulkaplan/make-inputs-pop

Fix the broken box shadow to make inputs pop more on focus
parents 3170d0c9 054f3d77
No related branches found
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
.input-form:focus {
border-color: #4c97ff;
box-shadow: inset 0 0 0 -2px rgba(0, 0, 0, 0.1);
box-shadow: 0 0 0 0.2rem $motion-transparent;
}
.input-small {
......
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