Added opacity on sortable in backlog page

stable
Xavier Julián 2015-12-03 16:21:55 +01:00
parent 9af7733fd9
commit 774956bcbe
2 changed files with 2 additions and 0 deletions

View File

@ -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 {

View File

@ -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;
}