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 @@ -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
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