-
Notifications
You must be signed in to change notification settings - Fork 113
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
Semantic HTML improvements #343
base: feature/react-18-useid
Are you sure you want to change the base?
Conversation
cursor: pointer; | ||
display: inline-block; | ||
padding: 10px 0; | ||
color: var(--colorPageLinks); | ||
background-color: transparent; | ||
font: 16px/1.5 sans-serif; | ||
font-weight: bold; |
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.
AI guess there's a question of how styled this should be. Are our current buttons bold? https://react-accessible-accordion.springload.co.nz/
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 is the Show code button css, yep its bold, I just moved the rule down to be with the other text ones
DivAttributes, | ||
Exclude<keyof DivAttributes, keyof InjectedButtonAttributes> | ||
ButtonAttributes, | ||
Exclude<keyof ButtonAttributes, keyof InjectedButtonAttributes> |
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.
Good to rename all these 👍
dcb28e3
to
9e23bb6
Compare
9e23bb6
to
a2c2168
Compare
a2c2168
to
9e12c09
Compare
Keen to merge into the React 18 branch so the changes can go out in a major together?
Open to maybe also changing the prop name because now it seems a bit weird?