Make todos selectable with vimium

This commit is contained in:
Blade Barringer 2015-07-24 22:08:13 -05:00
parent 7c43f87858
commit f749d1a3cb

View file

@ -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