Skip to content

Commit

Permalink
fix(core): use fill:transparent for toolbar controls (#884)
Browse files Browse the repository at this point in the history
- allow hover event to be triggered
  • Loading branch information
hlyang397 authored Nov 16, 2020
1 parent b7a5217 commit 681ec23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/styles/components/_toolbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ g.#{$prefix}--#{$charts-prefix}--toolbar {

.toolbar-container {
.toolbar-button {
fill: none;
fill: transparent;
cursor: pointer;
&:hover {
.toolbar-button-background {
fill: $hover-ui;
}
.toolbar-button-background--disabled {
fill: none;
fill: transparent;
}
}

Expand Down

0 comments on commit 681ec23

Please sign in to comment.