Added opacity on sortable in backlog page
parent
9af7733fd9
commit
774956bcbe
|
@ -156,6 +156,7 @@
|
|||
&.ui-sortable-helper {
|
||||
background: lighten($primary, 60%);
|
||||
box-shadow: 1px 1px 10px rgba($black, .1);
|
||||
opacity: .9;
|
||||
transition: background .2s ease-in;
|
||||
}
|
||||
.points {
|
||||
|
|
|
@ -178,6 +178,7 @@
|
|||
&.ui-sortable-helper {
|
||||
background: lighten($primary, 60%);
|
||||
box-shadow: 1px 1px 10px rgba($black, .1);
|
||||
opacity: .9;
|
||||
transition: background .2s ease-in;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue