-
Notifications
You must be signed in to change notification settings - Fork 378
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
a11y: change button to icon in FieldLabel.tsx #2551
Conversation
@beyackle can we bump the icon/focus indication over a few pixels to not overlap on top of the label? |
@cwhitten Will do. |
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.
The callout caret is slightly off-center. Is there a way to align it in the middle? I see this in master too, so if you want to go ahead and merge, that's ok with me.
Composer/packages/extensions/adaptive-form/src/components/FieldLabel.tsx
Show resolved
Hide resolved
* Update FieldLabel.tsx * Update FieldLabel.tsx Co-authored-by: Chris Whitten <christopher.whitten@microsoft.com> Co-authored-by: Andy Brown <asbrown002@gmail.com>
Description
Replaces the icon button in FieldLabel with an ordinary Icon (and makes sure it's still in screen-reader tabbable order).
Task Item
Closes #2115
Screenshots
Also just a minor adjustment so the focus rectangle looks better.