fix #12179. Remove transition of border in small table

This commit is contained in:
zombiej 2018-09-12 16:51:45 +08:00
parent 0c0bcce873
commit 526f10d5ff

View File

@ -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,