Browse Source

fix: remove Transfer lazyload animation style

pull/19719/head
ycjcl868 5 years ago
parent
commit
b323019c68
  1. 13
      components/transfer/style/index.less

13
components/transfer/style/index.less

@ -106,10 +106,6 @@
padding: 0;
overflow: auto;
list-style: none;
> .LazyLoad {
animation: transferHighlightIn 1s;
}
&-item {
min-height: 32px;
padding: 6px @control-padding-horizontal;
@ -184,12 +180,3 @@
}
}
}
@keyframes transferHighlightIn {
0% {
background: @primary-2;
}
100% {
background: transparent;
}
}

Loading…
Cancel
Save