mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Merge pull request #814 from St19Galla/patch-1
Fix GH-812 / Enhance Checkbox Display
This commit is contained in:
commit
f3c4276d0f
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue