mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-07 17:44:35 +08:00
fix #12179. Remove transition of border in small table
This commit is contained in:
parent
0c0bcce873
commit
526f10d5ff
@ -90,7 +90,7 @@
|
||||
|
||||
&-tbody > tr > td {
|
||||
border-bottom: @border-width-base @border-style-base @border-color-split;
|
||||
transition: all .3s;
|
||||
transition: all .3s, border 0s;
|
||||
}
|
||||
|
||||
&-thead > tr,
|
||||
|
Loading…
Reference in New Issue
Block a user