fix: 删除chartheader按钮聚焦状态

This commit is contained in:
zhangyu
2024-04-23 16:59:02 +08:00
parent 12f39362ca
commit df67185670

View File

@@ -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;