Closed James-9696 closed 1 week ago
The changes involve modifications to the styling of various UI components within the component-common.less
file. Adjustments include alterations to padding, margins, and color properties for components such as buttons, dropdowns, input fields, and modals, aimed at enhancing visual presentation and interaction feedback.
File Path | Change Summary |
---|---|
packages/theme/base/src/component-common.less | - Increased padding for .tiny-button.tiny-button from 0 8px to 0 12px .- Refined styles for .tiny-select-dropdown , including margins and padding adjustments.- Added hover and focus states for .tiny-input.tiny-input border colors.- Adjusted padding and margin for .tiny-collapse.tiny-collapse .- Updated hover effects and padding for .tiny-tree.tiny-tree .- Modified active and hover styles for .tiny-tabs.tiny-tabs .- Adjusted padding and margin for .tiny-dialog-box.tiny-dialog-box .- Updated padding and border-radius for .tiny-modal__box.tiny-modal__box .- Enhanced styles for .tiny-notify.tiny-notify for better visual distinction.- Updated background and text colors for .tiny-tooltip.tiny-tooltip . |
ConfigItem.vue
and MetaCodeEditor.vue
components, which may relate to the overall theme and component styling changes in the main PR.component-common.less
, which directly relates to the modifications made in the same file in the main PR..tiny-collapse-item
and .tiny-button
classes in component-common.less
, which are also addressed in the main PR's changes to the collapse and button components.refactoring
, ready_for_review
, refactor-main
🐰 In the meadow, colors bright,
Buttons and tabs now feel just right.
With margins snug and paddings fair,
Our UI shines with tender care.
Hopping through styles, a joyful sight! 🌼
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?
English | 简体中文
PR
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
Background and solution
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
Style