Commit f3c4276d authored by Matthew Taylor's avatar Matthew Taylor Committed by GitHub

Merge pull request #814 from St19Galla/patch-1

Fix GH-812 / Enhance Checkbox Display
parents b553b3f2 a7ea6d7f
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
display: block; display: block;
float: left; float: left;
margin-right: 1rem; margin-right: 1rem;
border: 1px solid $active-gray; border: 1px solid $active-dark-gray;
border-radius: 3px; border-radius: 3px;
width: 1.25rem; width: 1.25rem;
height: 1.25rem; height: 1.25rem;
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
&:focus { &:focus {
transition: all .5s ease; transition: all .5s ease;
outline: none; outline: none;
box-shadow: 0 0 0 .25rem $active-gray; box-shadow: 0 0 0 .25rem $active-dark-gray;
} }
&:checked { &:checked {
......
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