Remove redundant z-index from FulllWidth style of BitButton (#12167)#12171
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
💤 Files with no reviewable changes (1)
WalkthroughA single z-index property was removed from the full-width button flow styling rule in the BitButton SCSS component. This modification addresses z-index stacking context issues without altering other button-related rules or functionality. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
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. Comment |
There was a problem hiding this comment.
Pull request overview
Removes an explicit z-index from the BitButton “FullWidth” style to avoid unintended stacking/overlap behavior (per #12167) while keeping z-index only on button variants that are actually positioned (e.g., floating buttons).
Changes:
- Removed
z-index: $zindex-base;from.bit-btn-flw(full-width button) styling.
closes #12167
Summary by CodeRabbit