From 4cdd24f4ec1ffb638175bb6c2dbb4fd7f103d60f Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 15 Jun 2021 14:52:00 +0800 Subject: [PATCH] chore: should use @{table-prefix-cls} (#30983) --- components/table/style/index.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 77dad4d963..42d8f0f9f7 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -225,8 +225,8 @@ } // https://github.com/ant-design/ant-design/issues/30969 - &.ant-table-cell-fix-left:hover, - &.ant-table-cell-fix-right:hover { + &.@{table-prefix-cls}-cell-fix-left:hover, + &.@{table-prefix-cls}-cell-fix-right:hover { background: lighten(@black, 96%); } }