improved the logic of the "dismiss completed" button

This commit is contained in:
jonaswinkler 2021-01-27 18:34:59 +01:00
parent 71d5af233d
commit 3b541b22e8
4 changed files with 11 additions and 13 deletions

View file

@ -23,15 +23,6 @@ form {
}
}
.dismiss-all {
transition: opacity 0.2s ease;
opacity: 0;
}
.has-multiple-status .dismiss-all {
opacity: 1;
}
::ng-deep .progress {
position: absolute;
top: 0;