-
Notifications
You must be signed in to change notification settings - Fork 77
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
feat(menu-item): add component tokens #8843
feat(menu-item): add component tokens #8843
Conversation
* @prop --calcite-menu-item-dropdown-icon-color-active: Specifies the color of the dropdown icon when active. | ||
* @prop --calcite-menu-item-breadcrumb-icon-color: Specifies the color of the breadcrumb icon when sub-menu items are slotted. | ||
* @prop --calcite-menu-item-sub-menu-border-color: Specifies the border color of sub-menu. | ||
* @porp --calcite-menu-item-sub-menu-background-color: Specifies the background color of sub-menu. |
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.
I think we can use the same styling for all menu items, if possible.
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.
Agree this might be granular and can be avoided. Dropping them.
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.
we might need the border-color
& border-radius
for sub-menu container though.
…-item-component-tokens
…-item-component-tokens
…-item-component-tokens
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.
🎉
86edb76
into
epic/7180-component-tokens
Related Issue: #7180
Summary
Adds following tokens in
calcite-menu-item