Skip to content

Commit

Permalink
Fixed #20142, pie selected point opacity on legend hover in styled mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubjanuchta committed Dec 12, 2023
1 parent 48edb89 commit 85c1d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/highcharts.css
Expand Up @@ -366,7 +366,7 @@ g.highcharts-series,
}

.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover, .highcharts-point-select),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
opacity: 0.2;
Expand Down

0 comments on commit 85c1d16

Please sign in to comment.