Make todos selectable with vimium
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user