Fix Transfor moving item background

This commit is contained in:
afc163 2017-04-15 14:37:32 +08:00
parent cb1815cfdf
commit f4413a6758

View File

@ -87,13 +87,17 @@
&-content {
height: 100%;
overflow: auto;
> .LazyLoad {
animation: transferHighlightIn 1s;
}
&-item {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 7px 15px;
min-height: 32px;
transition: all 0.3s ease;
transition: all .3s;
}
&-item:not(&-item-disabled):hover {
@ -105,11 +109,6 @@
cursor: not-allowed;
color: @btn-disable-color;
}
&-item-highlight-enter {
animation: transferHighlightIn 1s ease;
transition: none;
}
}
&-body-not-found {