Fix dnd hover background-color

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2020-03-07 17:24:30 +01:00
parent 55cd4e7158
commit 88da103051
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -62,7 +62,8 @@
}
&.dnd-hover {
background-color: rgba( $color-primary, .3 );
// background-color: rgba( $color-primary, .1 ); didn't work for some reason
background-color: transparentize( $color-primary, .9 );
}
button {
@ -446,7 +447,8 @@
}
&.sortable-ghost .task-body {
background-color: rgba( $color-primary, .3 );
// background-color: rgba( $color-primary, .1 ); didn't work for some reason
background-color: transparentize( $color-primary, .9 );
}
.subtasks-container {