Closed kagol closed 2 weeks ago
The changes in this pull request focus on the toolbar.scss
file, specifically enhancing the hover and active states of buttons and labels in the toolbar. New mixins, toolbarSvgColor
and toolbarFontIconColor
, have been introduced to adjust the fill color for these elements, changing it from #252b3a
to #5e7ce0
. The .ql-disabled
class styles remain unchanged, ensuring consistency for disabled buttons. Overall, the modifications aim to improve visual feedback without altering the toolbar's layout or functionality.
File Path | Change Summary |
---|---|
packages/fluent-editor/src/assets/toolbar.scss | Updated hover and active styles for buttons and labels; introduced new mixins for color changes. Retained styles for .ql-disabled class. |
toolbar.scss
file, specifically addressing the styling of toolbar elements, which is directly related to the changes made in the main PR regarding hover and active states.toolbar.scss
file, focusing on button alignment and hover effects, which aligns with the visual feedback improvements made in the main PR.font.scss
file, which is related to the toolbar's font styles and may indirectly connect to the overall styling changes in the toolbar as addressed in the main PR.🐰 In the toolbar bright and blue,
Buttons dance with a vibrant hue.
Hover here, and you'll see,
Colors change so joyfully!
With every click, a cheerful sight,
Our toolbar shines, oh what delight! 🌟
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