@shoper/phoenix_design_system 1.15.3-1 → 1.15.3-2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -529,7 +529,7 @@ exports.HSearch = class HSearch extends phoenix_light_lit_element.PhoenixLightLi
|
|
|
529
529
|
@keyup=${this._handleOpenSearchWithKeyboard}
|
|
530
530
|
>
|
|
531
531
|
${when.when(this._translations.openSearchButtonAriaLabel, () => lit.html `
|
|
532
|
-
<span id="${this._openSearchButtonAriaLabelId}">
|
|
532
|
+
<span id="${this._openSearchButtonAriaLabelId}" class="sr-only">
|
|
533
533
|
${this._translations.openSearchButtonAriaLabel}
|
|
534
534
|
</span>
|
|
535
535
|
`)}
|
|
@@ -525,7 +525,7 @@ let HSearch = class HSearch extends PhoenixLightLitElement {
|
|
|
525
525
|
@keyup=${this._handleOpenSearchWithKeyboard}
|
|
526
526
|
>
|
|
527
527
|
${n(this._translations.openSearchButtonAriaLabel, () => html `
|
|
528
|
-
<span id="${this._openSearchButtonAriaLabelId}">
|
|
528
|
+
<span id="${this._openSearchButtonAriaLabelId}" class="sr-only">
|
|
529
529
|
${this._translations.openSearchButtonAriaLabel}
|
|
530
530
|
</span>
|
|
531
531
|
`)}
|