Update basic component styles to align with Tailwind#74
Update basic component styles to align with Tailwind#74theolivenbaum wants to merge 2 commits intomasterfrom
Conversation
Updated Button, TextBox, and CheckBox styles to use Tailwind-like variables for spacing, borders, radius, and focus rings. - Introduced global variables for border radius and input border color in `tss.common.css`. - Updated `tss.button.css`, `tss.textbox.css`, and `tss.checkbox.css` to use these variables and implemented focus rings using box-shadow. - Added fallbacks for focus ring variables to ensure robustness. - Verified visual alignment with Tailwind samples via Playwright screenshots. Co-authored-by: theolivenbaum <[email protected]>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
- Update tss.choice.css: Add focus rings, update border radius and colors. - Update tss.toggle.css: Implement pill shape (border-radius: 9999px), add focus rings, simplify sizing. - Update tss.slider.css: Modernize track and thumb styles, add focus rings, match Tailwind colors. - Update tss.common.css: Add CSS variables for focus rings. - Verify changes with visual regression tests. Co-authored-by: theolivenbaum <[email protected]>
This PR updates the CSS for Tesserae's basic components (Button, TextBox, CheckBox) to better align with Tailwind CSS design principles.
Key changes:
--tss-border-radius,--tss-input-border-color(with dark mode support), and focus ring variables totss.common.css.Verified using Playwright screenshot comparisons.
PR created automatically by Jules for task 17085727448518701445 started by @theolivenbaum