-
Notifications
You must be signed in to change notification settings - Fork 706
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix reopened website a11y issues (#5579)
### Description of the change This PR aims at fixing the remaining a11y issues that were reopened. Details at #5397 (comment) Summary of the changes: 1. Change the border color of the searchbox 2. Display a menu behind "documentation" if the screen is small. If you don't like it, we can always remove it and try to convince a11y folks. 3. Fix the overflow of the left menu 4. Add a "space" and "enter" keyboard events handler for the OneTrust cookie manager. 5. Remove the focus on code blocks (every code block, indeed) ### Benefits a11y compliance ### Possible drawbacks N/A ### Applicable issues - fixes #5397 ### Additional information This PR is based on top of #5578, as I assume it will get merged soon. Also, I've removed some unused files (images mainly) and unified the icons we are using (ie, using the SVG ones, and resizing them, via CSS, instead of having several logos for the same purpose) ~EDIT: there are more issues to solve I've just seen, will add the fixes to this PR~ Signed-off-by: Antonio Gamez Diaz <agamez@vmware.com>
- Loading branch information
Showing
30 changed files
with
236 additions
and
237 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.