Skip to content

Isolate gs-pointer CSS variables to color stop cards only#124

Merged
argyleink merged 2 commits intomainfrom
copilot/isolate-gs-pointer-x-variables
Jan 30, 2026
Merged

Isolate gs-pointer CSS variables to color stop cards only#124
argyleink merged 2 commits intomainfrom
copilot/isolate-gs-pointer-x-variables

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 30, 2026

The proximity-aware glow effect was applying --gs-pointer-x/y/opacity variables to buttons and selects in addition to .stop elements. These variables should only apply to color stop cards.

Changes

  • JS selector: 'button, select, .stop''.stop'
  • CSS rules: Removed button and select from the global glow effect styles
/* Before */
:global(button),
:global(select),
:global(.stop) { ... }

/* After */
:global(.stop) { ... }

gradient-style-ui


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 30, 2026

Deploy Preview for hd-gradients ready!

Name Link
🔨 Latest commit 45f783a
🔍 Latest deploy log https://app.netlify.com/projects/hd-gradients/deploys/697c3cc530bdc900082b732b
😎 Deploy Preview https://deploy-preview-124--hd-gradients.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Co-authored-by: argyleink <1134620+argyleink@users.noreply.github.com>
Copilot AI changed the title [WIP] Isolate gs-pointer-x variables for color stop cards Isolate gs-pointer CSS variables to color stop cards only Jan 30, 2026
Copilot AI requested a review from argyleink January 30, 2026 05:08
@argyleink argyleink marked this pull request as ready for review January 30, 2026 05:11
@argyleink argyleink merged commit f29dd75 into main Jan 30, 2026
4 checks passed
@argyleink argyleink deleted the copilot/isolate-gs-pointer-x-variables branch January 30, 2026 05:11
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.

2 participants