File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
src/frontend/apps/impress/src/features/left-panel/components Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments