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

fix: add border color on search input field #11931

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jazzygasper
Copy link
Contributor

Summary

Fixes #11276

Problem

The search input field on the homepage was not very visible on mobile Safari because of a missing border color.

Solution

The search input field was using the default browser style for the border, which were inconsistent across browsers. I added a specific border color to the search input field to ensure consistent visibility, especially in mobile Safari.

Screenshots

Before

IMG_0464

After

IMG_0463


How did you test this change?

Tested on safari mobile (iphone), safari desktop, chrome desktop and firefox desktop.

@jazzygasper jazzygasper requested a review from a team as a code owner October 8, 2024 23:59
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.

Search field is barely visible in mobile Safari
1 participant