Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2494 - Fix legend URL behavior when selectable attribute is true #2824

Closed
wants to merge 10 commits into from
1 change: 1 addition & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@

### 1.5.0 Fixes

- `[BarChart]` Fixed legend URL behavior when selectable attribute is true. ([#2494](https://github.com/infor-design/enterprise-wc/issues/2494))
- `[Breadcrumb]` Fixed bug where the current item could be clicked. ([#/2780](https://github.com/infor-design/enterprise/issues//2780))
- `[ColorPicker]` Fixed bug where custom colors were being overridden. ([#8964](https://github.com/infor-design/enterprise/issues/8964))
- `[Datagrid]` Fixed bug where datagrid mutates original data passed in by user. ([#2724](https://github.com/infor-design/enterprise-wc/issues/2724))
Expand Down
1 change: 1 addition & 0 deletions src/themes/mixins/ids-chart-legend-mixin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
margin-inline-end: 8px;
height: 12px;
width: 12px;
pointer-events: none; // prevent URL changes

@for $i from 1 through 21 {
&.color-#{$i} {
Expand Down
Loading