From f749d1a3cbca426a3cdb782a6b3af054e9c3d9d5 Mon Sep 17 00:00:00 2001 From: Blade Barringer Date: Fri, 24 Jul 2015 22:08:13 -0500 Subject: [PATCH] Make todos selectable with vimium --- website/public/css/tasks.styl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/website/public/css/tasks.styl b/website/public/css/tasks.styl index bffce715a5..941be536ee 100644 --- a/website/public/css/tasks.styl +++ b/website/public/css/tasks.styl @@ -277,10 +277,13 @@ for $stage in $stages text-decoration: none // checkbox -.task-checker input[type=checkbox] +.task-checker input[type=checkbox], .task-checker input[type=checkbox]:focus + position: absolute margin: 0 padding: 0 - visibility: hidden + height: 10px + opacity: 0 + width: 10px .task-checker label display: inline-block