mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Restyled task when focused with keyboard.
This commit is contained in:
parent
7719f46e49
commit
2946dd5c4a
1 changed files with 4 additions and 2 deletions
|
|
@ -277,9 +277,11 @@ for $stage in $stages
|
|||
text-decoration: none
|
||||
|
||||
// checkbox
|
||||
.task-checker input[type=checkbox]
|
||||
.task-checker input[type=checkbox], .task-checker input[type=checkbox]:focus
|
||||
margin: 0
|
||||
padding: 0
|
||||
height: 0px
|
||||
width: 0px
|
||||
|
||||
.task-checker label
|
||||
display: inline-block
|
||||
|
|
@ -348,7 +350,7 @@ for $stage in $stages
|
|||
opacity: 0.75 !important
|
||||
|
||||
// completed icon
|
||||
input[type=checkbox]:checked + label:after
|
||||
input[type=checkbox]:checked + label:after, input[type=checkbox]:focus + label:after
|
||||
content: "\E013"
|
||||
font-family: "Glyphicons Halflings"
|
||||
border: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue