mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-21 05:08:51 +00:00
Make todos selectable with vimium
This commit is contained in:
parent
7c43f87858
commit
f749d1a3cb
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue