From 7e3c338c22fdd44bca12f0788e8101160764b4bd Mon Sep 17 00:00:00 2001 From: zombiej Date: Thu, 18 Apr 2019 23:14:09 +0800 Subject: [PATCH] remove background lock --- components/table/style/index.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/components/table/style/index.less b/components/table/style/index.less index 30d1910675..3729ef171d 100644 --- a/components/table/style/index.less +++ b/components/table/style/index.less @@ -235,10 +235,6 @@ } } - &-thead > tr:hover { - background: none; - } - &-footer { position: relative; padding: @table-padding-vertical @table-padding-horizontal;