From a0229b974cabbca8db366b998d3f2e63f483cf5f Mon Sep 17 00:00:00 2001 From: Philipp Hugenroth Date: Mon, 26 Jul 2021 12:47:07 +0200 Subject: [PATCH] Improve sidebar accessibility by adding link labels Indicate non-interactive status icons Signed-off-by: Philipp Hugenroth --- .../core-components/src/components/Status/Status.tsx | 6 ++++++ packages/core-components/src/layout/Sidebar/Items.tsx | 10 ++++++++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/packages/core-components/src/components/Status/Status.tsx b/packages/core-components/src/components/Status/Status.tsx index 3d79c38581..0b370a1397 100644 --- a/packages/core-components/src/components/Status/Status.tsx +++ b/packages/core-components/src/components/Status/Status.tsx @@ -69,6 +69,7 @@ export const StatusOK = (props: PropsWithChildren<{}>) => {