mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 13:09:40 +08:00
Fix Transfor moving item background
This commit is contained in:
parent
cb1815cfdf
commit
f4413a6758
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user