From f337a2a8f222d9870b3c28407760f7db21a41140 Mon Sep 17 00:00:00 2001 From: Cyril Date: Tue, 23 Sep 2025 09:30:58 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8(frontend)=20add=20default=20backgroun?= =?UTF-8?q?d=20to=20left=20panel=20for=20better=20a11y?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit defined a default background color to prevent issues with user stylesheets Signed-off-by: Cyril --- CHANGELOG.md | 1 + .../impress/src/features/left-panel/components/LeftPanel.tsx | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95b70daefc..57f6cd6a90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to - ♿ add pdf outline property to enable bookmarks display #1368 - ♿ hide decorative icons from assistive tech with aria-hidden #1404 - ♿ remove redundant aria-label to avoid over-accessibility #1420 + - ♿ add default background to left panel for better accessibility #1423 ### Fixed diff --git a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx index 780a12d161..5d39d49139 100644 --- a/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx +++ b/src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx @@ -43,6 +43,7 @@ export const LeftPanel = () => { min-width: 300px; overflow: hidden; border-right: 1px solid ${colorsTokens['greyscale-200']}; + background-color: ${colorsTokens['greyscale-000']}; `} className="--docs--left-panel-desktop" >