Skip to content

Commit

Permalink
Fix --s-amcharts-hover-export-menu mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefJezek committed Mar 23, 2017
1 parent 6fc46cc commit eb746b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions s-amcharts.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
@apply --s-amcharts;
}

:host(:hover) .amcharts-export-menu {
@apply --s-amcharts-hover-export-menu;
}

#chart {
width: 100%;
height: 100%;
Expand Down Expand Up @@ -53,10 +57,6 @@
@apply --s-amcharts-export-menu-button-hover;
}

.amcharts-main-div:hover .amcharts-export-menu, .amcharts-stock-div:hover .amcharts-export-menu, .amcharts-export-menu.active {
@apply --s-amcharts-hover-export-menu;
}

.amcharts-chart-div > a {
@apply --s-amcharts-link;
}
Expand Down

0 comments on commit eb746b3

Please sign in to comment.