Fix missing background for tasks on a shared list with a background
continuous-integration/drone/push Build is failing Details

This commit is contained in:
kolaente 2021-05-19 17:31:28 +02:00
parent e8d26be1b1
commit 28d45ec188
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 4 deletions

View File

@ -244,10 +244,6 @@
}
}
.link-share-container .task-view {
background-color: transparent;
}
.flash-background-enter, .flash-background-enter-active {
animation: flash-background $flash-background-duration ease 1;
}