Fix td hover bg transition

This commit is contained in:
afc163 2017-03-09 14:44:06 +08:00
parent 941782f7ec
commit 54984d6d4c

View File

@ -43,7 +43,7 @@
font-size: @font-size-base;
cursor: pointer;
color: #aaa;
transition: all 0.3s ease;
transition: all .3s;
&:hover {
color: @text-color;
}
@ -56,11 +56,12 @@
&-tbody > tr > td {
border-bottom: @border-width-base @border-style-base @border-color-split;
transition: all .3s;
}
&-thead > tr,
&-tbody > tr {
transition: all .3s ease;
transition: all .3s;
&.@{table-prefix-cls}-row-hover,
&:hover {
& > td {