Elastic: Fix style for completed tasks on tasks list
This commit is contained in:
parent
fed06080ce
commit
81ff1a36d4
1 changed files with 10 additions and 10 deletions
|
@ -71,6 +71,16 @@
|
|||
&.droptarget {
|
||||
background-color: @color-list-droptarget-background;
|
||||
}
|
||||
|
||||
&.complete {
|
||||
span.title {
|
||||
color: @color-list-deleted;
|
||||
}
|
||||
|
||||
.progressbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
& > div,
|
||||
|
@ -139,16 +149,6 @@
|
|||
&.collapsed:before {
|
||||
content: @fa-var-angle-right;
|
||||
}
|
||||
|
||||
&.complete {
|
||||
span.title {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
.progressbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
span.title {
|
||||
|
|
Loading…
Add table
Reference in a new issue