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

Fix GH-628: Add box shadow for focus state on checkboxes
This commit is contained in:
Matthew Taylor 2016-07-05 14:02:51 -04:00 committed by GitHub
commit 0d23964771

View file

@ -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;