Skip to content

Commit

Permalink
Merge branch 'develop' into feat/CXSPA-9134
Browse files Browse the repository at this point in the history
  • Loading branch information
rmch91 authored Dec 20, 2024
2 parents 3809785 + cb8b1fd commit 352dc7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/minor-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Minor Release ${{ github.event.inputs.version }}
name: Minor Release

on:
workflow_dispatch:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export class ConfiguratorAttributeMultiSelectionImageComponent
);

useFeatureStyles('productConfiguratorAttributeTypesV2');
useFeatureStyles('a11yDifferentiateFocusedAndSelected');
}

attributeCheckBoxForms = new Array<UntypedFormControl>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,7 @@ <h2 *ngIf="title">{{ title }}</h2>
</ng-container>
</div>

<div
*ngIf="!hideIndicators && size < items.length"
role="tablist"
class="indicators"
>
<div *ngIf="!hideIndicators && size < items.length" class="indicators">
<ng-container *ngFor="let _ of items; let i = index">
<!-- TODO: (CXSPA-6904) - Remove feature flag next major release -->
<ng-container *cxFeature="'a11yFocusableCarouselControls'">
Expand All @@ -125,7 +121,6 @@ <h2 *ngIf="title">{{ title }}</h2>
numberOfSlides: size,
}
"
role="tab"
>
<cx-icon [type]="indicatorIcon" aria-hidden="true"></cx-icon>
</button>
Expand Down

0 comments on commit 352dc7c

Please sign in to comment.