mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-18 19:39:51 +08:00
fix #12233. Height should not in transition.
This commit is contained in:
parent
bab33cca83
commit
26c3ea4f4a
@ -95,7 +95,7 @@
|
|||||||
|
|
||||||
&-thead > tr,
|
&-thead > tr,
|
||||||
&-tbody > tr {
|
&-tbody > tr {
|
||||||
transition: all .3s;
|
transition: all .3s, height 0s;
|
||||||
&.@{table-prefix-cls}-row-hover,
|
&.@{table-prefix-cls}-row-hover,
|
||||||
&:hover {
|
&:hover {
|
||||||
& > td {
|
& > td {
|
||||||
|
Loading…
Reference in New Issue
Block a user