diff --git a/style/components/table.less b/style/components/table.less index dc833c76d6..a7fa83cd16 100644 --- a/style/components/table.less +++ b/style/components/table.less @@ -50,6 +50,7 @@ tr { transition: all .3s ease; + &.@{table-prefix-cls}-row-hover, &:hover { background: tint(@primary-color, 90%); }