Skip to content

Fix widget buttons UI#89

Open
Sneha-0409 wants to merge 5 commits into
cu-sanjay:mainfrom
Sneha-0409:fix-widget-buttons-ui
Open

Fix widget buttons UI#89
Sneha-0409 wants to merge 5 commits into
cu-sanjay:mainfrom
Sneha-0409:fix-widget-buttons-ui

Conversation

@Sneha-0409

Copy link
Copy Markdown
Contributor

Closes #62

Bug Description

Previously, when hovering over the currently active tab button in the "Create your widget" section, the text would become invisible. This happened because the .tab-btn:hover rule aggressively overrode the background color to an off-white (var(--paper-2)), but the text color remained white from the .tab-btn-active rule.

Fix Applied

Updated the CSS hover selectors in index.html to exclude active buttons:

  • Changed .tab-btn:hover to .tab-btn:hover:not(.tab-btn-active)
  • Applied the same logic to .embed-tabs .tab-btn:hover:not(.tab-btn-active) to ensure consistency in the Embed Code section.

@vercel

vercel Bot commented Jun 9, 2026

Copy link
Copy Markdown

@Sneha-0409 is attempting to deploy a commit to the SanZ's projects Team on Vercel.

A member of the Team first needs to authorize it.

@vercel

vercel Bot commented Jun 10, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
timeinreadme Ready Ready Preview, Comment Jun 10, 2026 3:32am

@cu-sanjay cu-sanjay added NSOC Accepted Indicates the issue/PR has been accepted under NSOC guidelines. NSoC'26 General contributions submitted by participants. level3 NSoC 2026 Contribution Level 3. labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

level3 NSoC 2026 Contribution Level 3. NSOC Accepted Indicates the issue/PR has been accepted under NSOC guidelines. NSoC'26 General contributions submitted by participants.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] The buttons under Create your widget section UI bug

2 participants