From 7fdf637c3311f80ac593a5c9d32074818f70f69d Mon Sep 17 00:00:00 2001 From: EricYang Date: Tue, 3 Nov 2020 15:44:20 +0800 Subject: [PATCH] fix: use fill:none to allow transparent toolbar control background --- packages/core/src/styles/components/_toolbar.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/core/src/styles/components/_toolbar.scss b/packages/core/src/styles/components/_toolbar.scss index 396aff398b..adf6872e68 100644 --- a/packages/core/src/styles/components/_toolbar.scss +++ b/packages/core/src/styles/components/_toolbar.scss @@ -6,14 +6,14 @@ g.#{$prefix}--#{$charts-prefix}--toolbar { .toolbar-container { .toolbar-button { - fill: $ui-background; + fill: none; cursor: pointer; &:hover { .toolbar-button-background { fill: $hover-ui; } .toolbar-button-background--disabled { - fill: $ui-background; + fill: none; } }