Skip to content

Commit

Permalink
Fixed #6970, flags were not filled in styled mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
TorsteinHonsi committed Jul 19, 2017
1 parent 96359c0 commit b9cd5c7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions css/highcharts.scss
Expand Up @@ -527,11 +527,12 @@ input.highcharts-range-selector {
.highcharts-ohlc-series .highcharts-point-hover {
stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point {
.highcharts-flags-series .highcharts-point .highcharts-label-box {
stroke: $neutral-color-40;
fill: $background-color;
transition: fill 250ms;
}
.highcharts-flags-series .highcharts-point-hover {
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
stroke: $neutral-color-100;
fill: $highlight-color-20;
}
Expand Down

0 comments on commit b9cd5c7

Please sign in to comment.