Fix dnd hover background-color
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
parent
55cd4e7158
commit
88da103051
1 changed files with 4 additions and 2 deletions
|
@ -62,7 +62,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dnd-hover {
|
&.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 {
|
button {
|
||||||
|
@ -446,7 +447,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.sortable-ghost .task-body {
|
&.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 {
|
.subtasks-container {
|
||||||
|
|
Loading…
Reference in a new issue