Commit 0d239647 authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #664 from mewtaylor/issue/gh-628-focusout

Fix GH-628: Add box shadow for focus state on checkboxes
parents 20b472f6 2cd8019e
......@@ -20,12 +20,12 @@
&:checked,
&:focus {
transition: all .5s ease;
outline: none;
box-shadow: 0 0 0 .25rem $active-gray;
}
&:checked {
transition: all .5s ease;
box-shadow: 0 0 0 .25rem $active-gray;
background-color: $ui-blue;
text-align: center;
text-indent: .125rem;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment