From 5f5f60ca3e83491b00e310fb3bdd59afe8daa62d Mon Sep 17 00:00:00 2001 From: gnezim Date: Mon, 20 Apr 2026 22:02:45 +0300 Subject: [PATCH] Add aria-hidden to decorative arrow-icon span in SearchHistory accordion header --- src/ui/layout/SearchHistory.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ui/layout/SearchHistory.tsx b/src/ui/layout/SearchHistory.tsx index beb48cda..3fc849f7 100644 --- a/src/ui/layout/SearchHistory.tsx +++ b/src/ui/layout/SearchHistory.tsx @@ -87,6 +87,7 @@ export const SearchHistory: FC = () => { className={`arrow-icon${ expanded ? " arrow-icon--rotated" : "" }`} + aria-hidden="true" >