mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +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': {
|
||||
'> td': {
|
||||
borderTop: tableBorder,
|
||||
transition: `background ${motionDurationSlow}`,
|
||||
transition: `background ${motionDurationSlow}, border-color ${motionDurationSlow}`,
|
||||
|
||||
// ========================= Nest Table ===========================
|
||||
[`
|
||||
|
Loading…
Reference in New Issue
Block a user