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

front: remove input-wrapper class from input component #924

Merged
merged 1 commit into from
Feb 25, 2025

Conversation

SharglutDev
Copy link
Contributor

This div/class was used to easily display the focus style around the input when focusing it with tab. The focus style is now displayed via a pseudo element.

close #921

Maybe there was other way to change this behavior, it's totally debatable.

@SharglutDev SharglutDev requested a review from a team as a code owner February 21, 2025 17:17
@SharglutDev SharglutDev force-pushed the ui-core/input/remove-input-wrapper-class branch from 409e815 to e5a2e14 Compare February 24, 2025 11:40
Copy link
Member

@emersion emersion left a comment

Choose a reason for hiding this comment

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

LGTM!

This div/class was used to easily display the focus style around the input when focusing it with tab.
The focus style is now displayed via a pseudo element.

Signed-off-by: SharglutDev <[email protected]>
@SharglutDev SharglutDev force-pushed the ui-core/input/remove-input-wrapper-class branch from e5a2e14 to db02831 Compare February 25, 2025 08:23
Copy link
Contributor

@anisometropie anisometropie left a comment

Choose a reason for hiding this comment

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

thanks! (just reviewed)

@SharglutDev SharglutDev added this pull request to the merge queue Feb 25, 2025
Merged via the queue into dev with commit 3b12079 Feb 25, 2025
6 checks passed
@SharglutDev SharglutDev deleted the ui-core/input/remove-input-wrapper-class branch February 25, 2025 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove input-wapper from ui-core/input
3 participants