Remove checkmark from focused task, increase opacity of background

Fixes #5682
This commit is contained in:
Blade Barringer 2015-08-04 08:16:31 -05:00
parent 5156d9b604
commit c402ec61b2

View file

@ -341,8 +341,10 @@ for $stage in $stages
label:hover:before,
label:focus:before
content: ''
label:hover:after,
label:focus:after
input[type=checkbox]:focus + label
opacity: 1 !important
border: none
label:hover:after
content: "\E013"
font-family: "Glyphicons Halflings"
border: none
@ -356,7 +358,7 @@ for $stage in $stages
opacity: 0.75 !important
// completed icon
input[type=checkbox]:checked + label:after, input[type=checkbox]:focus + label:after
input[type=checkbox]:checked + label:after
content: "\E013"
font-family: "Glyphicons Halflings"
border: none