Skip to content

Commit c73c228

Browse files
authored
fix: fix a11y for CustomerListComponent(CXSPA-12877, CXSPA-12878, CXSPA-12882) (#21407)
1 parent ccc1d39 commit c73c228

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

feature-libs/asm/components/customer-list/customer-list.component.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ <h2 id="asm-customer-list-title" class="title modal-title">
370370
type="text"
371371
class="form-control"
372372
placeholder="{{ 'asm.customerList.searchBox' | cxTranslate }}"
373-
attr.aria-label="{{ 'asm.customerList.enterSearchBox' | cxTranslate }}"
374373
/>
375374
<cx-icon
376375
[type]="iconTypes.SEARCH"
@@ -462,7 +461,7 @@ <h2 id="asm-customer-list-title" class="title modal-title">
462461
'common.ngSelectDropdownOptionsList' | cxTranslate
463462
}}"
464463
[cxNgSelectA11y]="{
465-
ariaLabel: getGroupName(customerListsPage, selectedUserGroupId),
464+
ariaLabel: 'asm.customerList.title' | cxTranslate,
466465
ariaControls: 'asm-cusomer-list-table',
467466
}"
468467
>

feature-libs/asm/styles/components/_customer-list.component.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,9 +260,7 @@ $sapFioriContent_LabelColor: #6a6d70;
260260
}
261261
}
262262
}
263-
.ng-select.ng-select-focused {
264-
outline: none;
265-
}
263+
266264
.ng-select.customer-list-selector {
267265
.ng-value-label {
268266
font-weight: 700;

0 commit comments

Comments
 (0)