fix(ui): resolve email input border alignment and focus overlay in Footer #1678 - #1757
Open
Tarulatapriya wants to merge 1 commit into
Open
fix(ui): resolve email input border alignment and focus overlay in Footer #1678#1757Tarulatapriya wants to merge 1 commit into
Tarulatapriya wants to merge 1 commit into
Conversation
Contributor
👋 Thanks for your PR, @Tarulatapriya!Welcome to Reframe — a browser-based video editor built for everyone 🎬
What happens next
Quick checklist
Useful links
Happy coding! 🎉 |
Contributor
✅ PR Format Check Passed — @TarulatapriyaBasic format checks passed. A maintainer will review your code changes. This does not mean the PR is approved — it just means the format is correct. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR resolves the visual styling and alignment defects in the email subscription input located in the website footer, addressing issue #1678.
Fixes Made:
outline-none focus:outline-none focus:ring-0 border-noneto the<input>element. This successfully removes the default browser focus ring/border box that was creating a "double rounded border" visual bug inside the container.<form>wrapper to includefocus-within:ring-1 focus-within:ring-[var(--accent)]so the entire container highlights seamlessly when the user interacts with it.px-1) and the submit arrow button (p-2 ml-1) so the placeholder text and icon are perfectly balanced within the container boundaries.Related Issue
Fixes #1678
Type of Change
Additional Notes
Footer.tsxto ensure formatting adheres to the repository standards.