From c402ec61b2471c48d117d2c73f03a1e383f00db5 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Tue, 4 Aug 2015 08:16:31 -0500 Subject: [PATCH] Remove checkmark from focused task, increase opacity of background Fixes #5682 --- website/public/css/tasks.styl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index 4282589baa..aa25683706 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -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