Fix missing background for tasks on a shared list with a background

This commit is contained in:
kolaente 2021-05-19 17:31:28 +02:00
parent e8d26be1b1
commit 28d45ec188
No known key found for this signature in database
GPG key ID: F40E70337AB24C9B

View file

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