From f92e086b13b88fe70da4a6432dd6e11390c254c0 Mon Sep 17 00:00:00 2001 From: Ivan <8611739+IRBorisov@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:28:32 +0300 Subject: [PATCH] F: Accessibility improvements --- .../src/app/navigation/navigation-button.tsx | 11 +--- rsconcept/frontend/src/components/icons.tsx | 4 +- .../features/help/components/subtopics.tsx | 6 +-- .../features/help/items/help-interface.tsx | 18 ++++--- .../src/features/help/items/help-main.tsx | 30 ++++++----- .../features/help/items/help-thesaurus.tsx | 11 ++-- .../features/help/items/ui/help-library.tsx | 20 +++++-- .../features/help/items/ui/help-oss-graph.tsx | 12 +++-- .../features/help/items/ui/help-rscard.tsx | 2 +- .../features/help/items/ui/help-rseditor.tsx | 14 +++-- .../features/help/items/ui/help-rslist.tsx | 24 +++++---- .../pages/library-page/toolbar-search.tsx | 4 +- .../rsform/components/refs-input/tooltip.ts | 4 +- .../editor-rsexpression/rs-edit-controls.tsx | 54 +++++++++---------- rsconcept/frontend/src/styling/components.css | 17 ++++++ rsconcept/frontend/src/styling/setup.css | 17 ++++++ rsconcept/frontend/src/styling/utilities.css | 12 ----- rsconcept/frontend/src/utils/utils.ts | 2 +- 18 files changed, 152 insertions(+), 110 deletions(-) diff --git a/rsconcept/frontend/src/app/navigation/navigation-button.tsx b/rsconcept/frontend/src/app/navigation/navigation-button.tsx index 83c405f8..9acd6a46 100644 --- a/rsconcept/frontend/src/app/navigation/navigation-button.tsx +++ b/rsconcept/frontend/src/app/navigation/navigation-button.tsx @@ -15,20 +15,13 @@ export function NavigationButton({ icon, title, hideTitle, className, style, onC return (