-
Notifications
You must be signed in to change notification settings - Fork 4
fix(checkbox): unnecessary padding (#DS-4564) #1276
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR refactors checkbox padding calculations in SCSS by extracting repeated padding variable declarations to reduce code duplication. The fix addresses unnecessary padding calculations that were being defined multiple times across different checkbox style blocks.
Changes:
- Extracted the normal-sized checkbox padding calculation to a file-level private variable
- Moved the big checkbox padding variable declaration to be scoped within the
kbq-checkbox_bigselector - Consolidated all references to use the extracted variables instead of inline declarations
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Visit the preview URL for this PR (updated for commit 6119ecb): https://koobiq-next--prs-1276-joir08f3.web.app (expires Wed, 21 Jan 2026 09:01:02 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: c9e37e518febda70d0317d07e8ceb35ac43c534c |
🚨 E2E tests failedReview the report for details. 💡 Comment |
|
/approve-snapshots |
|
🔄 Updating snapshots. |
|
✅ Snapshots updated! |
No description provided.