mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Remove checkmark from focused task, increase opacity of background
Fixes #5682
This commit is contained in:
parent
5156d9b604
commit
c402ec61b2
1 changed files with 5 additions and 3 deletions
|
|
@ -341,8 +341,10 @@ for $stage in $stages
|
|||
label:hover:before,
|
||||
label:focus:before
|
||||
content: ''
|
||||
label:hover:after,
|
||||
label:focus:after
|
||||
input[type=checkbox]:focus + label
|
||||
opacity: 1 !important
|
||||
border: none
|
||||
label:hover:after
|
||||
content: "\E013"
|
||||
font-family: "Glyphicons Halflings"
|
||||
border: none
|
||||
|
|
@ -356,7 +358,7 @@ for $stage in $stages
|
|||
opacity: 0.75 !important
|
||||
|
||||
// completed icon
|
||||
input[type=checkbox]:checked + label:after, input[type=checkbox]:focus + label:after
|
||||
input[type=checkbox]:checked + label:after
|
||||
content: "\E013"
|
||||
font-family: "Glyphicons Halflings"
|
||||
border: none
|
||||
|
|
|
|||
Loading…
Reference in a new issue