From df671856706a16edc3e6ac663c21151fa6957760 Mon Sep 17 00:00:00 2001 From: zhangyu Date: Tue, 23 Apr 2024 16:59:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4chartheader=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E8=81=9A=E7=84=A6=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nezha-fronted/src/assets/css/common/tableCommon.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nezha-fronted/src/assets/css/common/tableCommon.scss b/nezha-fronted/src/assets/css/common/tableCommon.scss index 87714035f..a4b7fab9a 100644 --- a/nezha-fronted/src/assets/css/common/tableCommon.scss +++ b/nezha-fronted/src/assets/css/common/tableCommon.scss @@ -142,7 +142,7 @@ color: $--button-icon-hover-color; } } - .top-tool-btn:focus:not(.nz-btn-disabled), .top-tool-btn.is-focus { + .top-tool-btn.is-focus { background-color: $--button-icon-active-background-color; border: 1px solid $--button-icon-active-border-color !important; color: $--button-icon-active-color;