parent
a4574c8a69
commit
716f32d608
|
@ -1 +1 @@
|
|||
Subproject commit 5ebfa3218ba2fb568f7cb32d2c6fda8eaf5b3c21
|
||||
Subproject commit 84ee25d800ce56d1fc170d9dbd7b150343be9b0e
|
|
@ -226,12 +226,11 @@
|
|||
|
||||
&-tbody > tr > td {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
transition: all 0.3s, border 0s;
|
||||
transition: background 0.3s;
|
||||
}
|
||||
|
||||
&-thead > tr,
|
||||
&-tbody > tr {
|
||||
transition: all 0.3s, height 0s;
|
||||
&.@{table-prefix-cls}-row-hover,
|
||||
&:hover {
|
||||
&:not(.@{table-prefix-cls}-expanded-row):not(.@{table-prefix-cls}-row-selected) > td {
|
||||
|
|
Loading…
Reference in New Issue