Skip to content

Commit 967072d

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 0ea7dd7 commit 967072d

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
@@ -17,6 +17,7 @@ and this project adheres to
1717
- ♿ add document visible in list and openable via enter key #1365
1818
- ♿ add pdf outline property to enable bookmarks display #1368
1919
- ♿ hide decorative icons from assistive tech with aria-hidden #1404
20+
- ♿ add default background to left panel for better accessibility #1423
2021

2122
### Fixed
2223

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)