Skip to content

Commit

Permalink
fix: use fill:none to allow transparent toolbar control background (#858
Browse files Browse the repository at this point in the history
)
  • Loading branch information
hlyang397 authored Nov 10, 2020
1 parent 5d4a621 commit e4bf1bf
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: $ui-background;
fill: none;
cursor: pointer;
&:hover {
.toolbar-button-background {
fill: $hover-ui;
}
.toolbar-button-background--disabled {
fill: $ui-background;
fill: none;
}
}

Expand Down

0 comments on commit e4bf1bf

Please sign in to comment.