Skip to content

Fancy Crumbs a11y #13923

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

Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
23b193c
User inner focus ring for hamburger button
brianjhanson Nov 8, 2023
ccbcd3b
Make `.label-link` focus visible
brianjhanson Nov 8, 2023
54aeab4
Add ability to label disclosure menu button
brianjhanson Nov 9, 2023
0b0b9f8
Separate link from button
brianjhanson Nov 9, 2023
11b61c8
Fix scrollbar flash on load
brianjhanson Nov 9, 2023
61ce86d
Separate current label text from button
brianjhanson Nov 9, 2023
5a16d93
Move icon into link
brianjhanson Nov 9, 2023
de51736
Rebuild
brianjhanson Nov 9, 2023
59ecb94
Hamburger hover follows links
brianjhanson Nov 10, 2023
0ec795d
Darken button text on hover
brianjhanson Nov 10, 2023
2413807
Build assets
brianjhanson Nov 10, 2023
a417e73
Cleanup disclosure menu hover states
brianjhanson Nov 13, 2023
34ae329
Remove titles
brianjhanson Nov 13, 2023
f14da63
Context -> Select context
brianjhanson Nov 13, 2023
96428ac
Revert spacing
brianjhanson Nov 13, 2023
60f0f39
Hide icon
brianjhanson Nov 13, 2023
f18c47b
Fix speak property (hopefully)
brianjhanson Nov 13, 2023
bacfd8e
Remove h6 from revisions menu
brianjhanson Nov 13, 2023
426966f
Refactor status html
brianjhanson Nov 13, 2023
5392c6d
Better error fix
brianjhanson Nov 13, 2023
98f3b0e
Adjust heading level
brianjhanson Nov 13, 2023
bd2885b
Make checkmark unpronouncable
brianjhanson Nov 13, 2023
1f0dc6f
Add hidden selected text
brianjhanson Nov 15, 2023
9862a71
Ability to add `headingAttributes` for menu groups
brianjhanson Nov 15, 2023
0821c2d
Allow customizing item heading tags
brianjhanson Nov 16, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Hamburger hover follows links
  • Loading branch information
brianjhanson committed Nov 10, 2023
commit 59ecb941ff286314fc086ec9996676a8d1a77159
2 changes: 1 addition & 1 deletion src/web/assets/cp/src/css/_cp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ li.crumb {
}

&:hover {
color: var(--gray-400);
color: var(--link-color);
}
}

Expand Down