Skip to content

[input] Fix border color resolution on mobile#43879

Merged
mnajdova merged 4 commits intomui:masterfrom
wojtekfarmery:fix/43797-outlinedinput-border-mobile
Oct 5, 2024
Merged

[input] Fix border color resolution on mobile#43879
mnajdova merged 4 commits intomui:masterfrom
wojtekfarmery:fix/43797-outlinedinput-border-mobile

Conversation

@wojtekfarmery
Copy link
Contributor

@wojtekfarmery wojtekfarmery commented Sep 25, 2024

Summary

This pull request addresses the issue with the border color of the OutlinedInput component on mobile devices. Previously, the focus state did not display the correct color due to a lack of specificity in styles for touch devices.

Changes Made

  • Updated the focus styles to ensure that the border color appears correctly on mobile devices.
  • Added media queries to handle hover and pointer events appropriately for different device capabilities.

Related Issues

Fix #43797

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

scope: text field Changes related to the text field. type: regression A bug, but worse, it used to behave as expected.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[OutlinedInput] No highlighted border on input on mobile

5 participants