layer shaded box AND check on completed task

This commit is contained in:
Zachary Kain 2013-03-09 02:10:33 -05:00
parent fb3cd788df
commit fd01da4f71

View file

@ -198,10 +198,11 @@ for $stage in $stages
// yes/no checkbox
.action-yesno
position: relative
// uncompleted icon
label:after
// content: ''
content: ''
label:after, label:before
content: ''
// content: ''
display: block
height: 1.714285714em
width: 1.714285714em
@ -211,6 +212,9 @@ for $stage in $stages
color: black
opacity: 0.2
label:before
position: absolute
left: 0
// hint at completed icon
label:hover:after,
label:focus:after