-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Primer 14.2.0 #1017
Primer 14.2.0 #1017
Conversation
Applies .selected styles to [aria-selected=true]
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/primer/primer-css/fzunni1nu |
rm deprecated flash-banner component from docs
Fix docs links
Improve margin/padding docs
Add Inter bold font file
Add aria-disabled state
Add .selected back to the .UnderlineNav
Use ARIA attributes for states
Fix marketing utilities
These selectors are not really needed anymore. - `.subnav-item.selected:hover/focus` can be removed because `.subnav-item.selected` already overrides `.subnav-item:hover/focus`. - `.autocomplete-item[aria-selected="true"]` got changed to `[aria-selected=true]` without the quotes to be consistent with the rest.
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.
This looks great. Especially looking forward to the a11y updates with aria state 🤘
Primer CSS Minor Release
Version: 📦 14.2.0
Approximate release date: 📆 Jan 27th, 2020
🙌 All merged PRs
🚀 Enhancements
🐛 Bug fixes
📝 Documentation
Ship checklist
version
field inpackage.json
CHANGELOG.md
For more details, see RELEASING.md.
/cc @primer/ds-core
TODO on dotcom