-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keyboard accessibility improvements in Widgets and DS components #835
Conversation
This pull request has been linked to Shortcut Story #381221: Enhance information regarding content on Hover and Focus. |
Pull Request Test Coverage Report for Build 7884892885Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Visit the preview URL for this PR (updated for commit f73ca81): https://cartodb-fb-storybook-react-dev--pr835-feature-accessib-pdehv47f.web.app (expires Tue, 20 Feb 2024 10:18:06 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: 517cc4d31d7e09cf277774e034094b67c301cd4c |
@@ -79,6 +79,10 @@ const locales = { | |||
clear: 'Limpiar', | |||
selectedItems: '{items, plural, one {# seleccionado} other {# seleccionados}}', | |||
allSelected: 'Todos seleccionados' | |||
}, | |||
chartLegend: { | |||
next: 'Página siguente', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
next: 'Página siguente', | |
next: 'Página siguiente', |
@@ -19,6 +19,9 @@ export const navigationOverrides = { | |||
'&:focus-visible': { | |||
// Solves a known Mui issue: https://github.com/mui/material-ui/issues/23747 | |||
backgroundColor: 'transparent', | |||
outline: `none !important`, | |||
boxShadow: ` inset 0 0 0 2px ${theme.palette.primary.main} !important`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why an empty space at the beginning? Is it required?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor typos, LGTM @vmilan
Description
Shortcut: https://app.shortcut.com/cartoteam/story/381221/enhance-information-regarding-content-on-hover-and-focus
[sc-381221]