Skip to content

Commit f337a2a

Browse files
committed
✨(frontend) add default background to left panel for better a11y
defined a default background color to prevent issues with user stylesheets Signed-off-by: Cyril <[email protected]>
1 parent 3607faa commit f337a2a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ and this project adheres to
1818
- ♿ add pdf outline property to enable bookmarks display #1368
1919
- ♿ hide decorative icons from assistive tech with aria-hidden #1404
2020
- ♿ remove redundant aria-label to avoid over-accessibility #1420
21+
- ♿ add default background to left panel for better accessibility #1423
2122

2223
### Fixed
2324

src/frontend/apps/impress/src/features/left-panel/components/LeftPanel.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ export const LeftPanel = () => {
4343
min-width: 300px;
4444
overflow: hidden;
4545
border-right: 1px solid ${colorsTokens['greyscale-200']};
46+
background-color: ${colorsTokens['greyscale-000']};
4647
`}
4748
className="--docs--left-panel-desktop"
4849
>

0 commit comments

Comments
 (0)