mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
Merge branch 'develop' of github.com:lefnire/habitrpg into develop
This commit is contained in:
commit
a363062fc0
1 changed files with 7 additions and 1 deletions
|
|
@ -109,6 +109,7 @@ for $stage in $stages
|
|||
// an individual task entry
|
||||
// ------------------------
|
||||
.task
|
||||
overflow: hidden
|
||||
list-style: none
|
||||
clear: both
|
||||
padding: 0 0.5em 0 0.5em
|
||||
|
|
@ -201,8 +202,8 @@ for $stage in $stages
|
|||
position: relative
|
||||
// uncompleted icon
|
||||
label:after, label:before
|
||||
content: '▨'
|
||||
// content: '◯'
|
||||
content: ''
|
||||
display: block
|
||||
height: 1.714285714em
|
||||
width: 1.714285714em
|
||||
|
|
@ -212,10 +213,15 @@ for $stage in $stages
|
|||
color: black
|
||||
opacity: 0.2
|
||||
|
||||
label:after
|
||||
content: '▨'
|
||||
label:before
|
||||
position: absolute
|
||||
left: 0
|
||||
// hint at completed icon
|
||||
label:hover:before,
|
||||
label:focus:before
|
||||
content: ''
|
||||
label:hover:after,
|
||||
label:focus:after
|
||||
content: '¬'
|
||||
|
|
|
|||
Loading…
Reference in a new issue