Merge pull request #814 from St19Galla/patch-1

Fix GH-812 / Enhance Checkbox Display
This commit is contained in:
Matthew Taylor 2016-08-08 10:20:09 -04:00 committed by GitHub
commit f3c4276d0f

View file

@ -12,7 +12,7 @@
display: block;
float: left;
margin-right: 1rem;
border: 1px solid $active-gray;
border: 1px solid $active-dark-gray;
border-radius: 3px;
width: 1.25rem;
height: 1.25rem;
@ -22,7 +22,7 @@
&:focus {
transition: all .5s ease;
outline: none;
box-shadow: 0 0 0 .25rem $active-gray;
box-shadow: 0 0 0 .25rem $active-dark-gray;
}
&:checked {