diff --git a/components/table/style/index.less b/components/table/style/index.less index b515320416..77dad4d963 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -223,6 +223,12 @@ background-color: transparent !important; } } + + // https://github.com/ant-design/ant-design/issues/30969 + &.ant-table-cell-fix-left:hover, + &.ant-table-cell-fix-right:hover { + background: lighten(@black, 96%); + } } &-thead th.@{table-prefix-cls}-column-sort {