diff --git a/styles/app/tasks.styl b/styles/app/tasks.styl index 0aac92adb2..b8dd2d11e7 100644 --- a/styles/app/tasks.styl +++ b/styles/app/tasks.styl @@ -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