Skip to content
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

docs: input button group select example, fix outline focus issue #77

Merged
merged 7 commits into from
Oct 11, 2024

Conversation

Carl-J-M
Copy link
Contributor

@Carl-J-M Carl-J-M commented Aug 21, 2024

Fixed an issue where the focus outline on the button in the input button group was layered behind the input.

Screenshot 2024-08-21 at 14 26 23 Screenshot 2024-08-21 at 14 27 12

Fixed an issue in the input select where a margin applied to the suffix/prefix was distorting the focus outline:

Screenshot 2024-08-21 at 14 28 12 Screenshot 2024-08-21 at 14 29 27

Added a new story for the input button group using a select type input:

Screenshot 2024-08-21 at 14 30 41

@Carl-J-M
Copy link
Contributor Author

Carl-J-M commented Aug 21, 2024

Screenshot 2024-08-21 at 14 34 23

I'm a little nervous that removing these margin attributes might be a mistake, but I've tested it thoroughly and can't seem to find anything out of place without them, and it fixes the outline distortion issue on the input selects.

@Carl-J-M Carl-J-M marked this pull request as ready for review August 21, 2024 13:37
components/control/Input/Input.css Outdated Show resolved Hide resolved
Copy link
Member

@JoshTheWanderer JoshTheWanderer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs prefixed commits should be squashed into a single commit

components/control/Button/Button.css Show resolved Hide resolved
@Carl-J-M Carl-J-M force-pushed the feature/etch-551-input-button-group-docs-improvements branch 3 times, most recently from 682d686 to 661eb9a Compare September 13, 2024 14:01
@Carl-J-M Carl-J-M force-pushed the feature/etch-551-input-button-group-docs-improvements branch from 661eb9a to a0259fa Compare September 13, 2024 14:05
Copy link

@mergify mergify bot requested review from a team and JoshTheWanderer and removed request for a team September 26, 2024 10:57
@gavmck gavmck merged commit 4241d6f into main Oct 11, 2024
6 checks passed
@gavmck gavmck deleted the feature/etch-551-input-button-group-docs-improvements branch October 11, 2024 14:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants