mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
fix: table border adds transition animation (#39713)
This commit is contained in:
parent
328a800132
commit
8c61261381
@ -174,7 +174,7 @@ const genTableStyle: GenerateStyle<TableToken, CSSObject> = (token) => {
|
|||||||
'> tr': {
|
'> tr': {
|
||||||
'> td': {
|
'> td': {
|
||||||
borderTop: tableBorder,
|
borderTop: tableBorder,
|
||||||
transition: `background ${motionDurationSlow}`,
|
transition: `background ${motionDurationSlow}, border-color ${motionDurationSlow}`,
|
||||||
|
|
||||||
// ========================= Nest Table ===========================
|
// ========================= Nest Table ===========================
|
||||||
[`
|
[`
|
||||||
|
Loading…
Reference in New Issue
Block a user