1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-06 19:53:59 +00:00

fix: [CL-601] Remove unnecessary aria-hidden attribute

Signed-off-by: Ben Brooks <bbrooks@bitwarden.com>
This commit is contained in:
Ben Brooks
2025-06-26 14:56:32 -07:00
parent 9e21409148
commit 90afc822d1

View File

@@ -38,7 +38,6 @@
class="bw-reset-btn tw-size-6 tw-absolute hover:tw-bg-text-main tw-end-2 tw-z-20 !tw-mb-0 tw-cursor-pointer"
type="reset"
[attr.aria-label]="'resetSearch' | i18n"
[attr.aria-hidden]="!searchText"
(click)="clearSearch()"
></button>
</form>