Skip to content

fix: remove box-shadow from Select#761

Merged
rohanchkrabrty merged 2 commits intomainfrom
worktree-select-remove-box-shadow
Apr 30, 2026
Merged

fix: remove box-shadow from Select#761
rohanchkrabrty merged 2 commits intomainfrom
worktree-select-remove-box-shadow

Conversation

@rohanchkrabrty
Copy link
Copy Markdown
Contributor

@rohanchkrabrty rohanchkrabrty commented Apr 29, 2026

Summary

  • Remove the redundant box-shadow: none reset on .trigger-text in the Select component CSS
  • Drop the unused cx import from callout.tsx
  • Minor formatting cleanup in select.module.css (wrap long selector, add trailing newline)

Drops shadow declarations on .content, .content[data-variant="text"],
and the redundant box-shadow: none reset on .trigger-text.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 29, 2026

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

Project Deployment Actions Updated (UTC)
apsara Ready Ready Preview, Comment Apr 30, 2026 7:10am

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 29, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 599581b9-1945-4cb4-a56d-e8d38b80dee7

📥 Commits

Reviewing files that changed from the base of the PR and between fddcf49 and 54b78ab.

📒 Files selected for processing (2)
  • packages/raystack/components/callout/callout.tsx
  • packages/raystack/components/select/select.module.css

📝 Walkthrough

Walkthrough

The pull request contains two minor maintenance updates to component files. The first change removes an unused cx import from the Callout component. The second change adjusts CSS styling in the Select component module by removing a redundant box-shadow: none declaration from the .trigger-text class, reformatting a complex :has(...) selector into multi-line format for improved readability, and adding a trailing newline to the file. No functional or behavioral changes are introduced.

Suggested reviewers

  • rsbh
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: removing box-shadow from the Select component CSS.
Description check ✅ Passed The description clearly relates to the changeset, detailing the removal of box-shadow, dropping unused imports, and formatting cleanup.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
Review rate limit: 0/1 reviews remaining, refill in 60 minutes.

Comment @coderabbitai help to get the list of available commands and usage tips.

@rohanchkrabrty rohanchkrabrty changed the title style(select): remove box-shadow from Select component styles fix: remove box-shadow from Select Apr 29, 2026
@rohanchkrabrty rohanchkrabrty merged commit bef83ba into main Apr 30, 2026
5 checks passed
@rohanchkrabrty rohanchkrabrty deleted the worktree-select-remove-box-shadow branch April 30, 2026 08:01
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