Open chenxi-20 opened 2 days ago
The changes involve significant updates to the styling of the tabs component in two LESS files: index.less
and vars.less
. Modifications include new variables for tab dimensions and styles, adjustments to active and hover states, and refinements to separator styles. The updates aim to enhance the visual presentation and responsiveness of the tabs without altering their core functionality.
File Path | Change Summary |
---|---|
packages/theme/src/tabs/index.less | - Adjusted styles for various tab states, including removal of border-bottom for active tabs. - Introduced new styles for hover and active states, updated icon colors, and refined separator spaces. |
packages/theme/src/tabs/vars.less | - Added new CSS variables for tab dimensions and styles. - Updated existing variables for background and text colors. - Removed obsolete variables related to card types. |
refactoring
🐰 In the land of tabs, where colors play,
Borders and margins dance in a new way.
With hover and active, they twinkle and shine,
A stylish update, oh so divine!
So hop along, let's celebrate this spree,
For our tabs are now as bright as can be! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
Issue Number: N/A
What is the new behavior?
Does this PR introduce a breaking change?
Other information
Summary by CodeRabbit
New Features
Bug Fixes
Documentation