-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(menu-item): add component tokens (#10654)
**Related Issue:** #7180 ## Summary Add the following component-scoped CSS Variables to calcite-menu-item: `--calcite-menu-item-accent-color`: Specifies the border color of the component when `active`. `--calcite-menu-item-accent-color-hover`: Specifies the border color of the component when hovered. ` --calcite-menu-background-color`: Specifies the background color of the component. `--calcite-menu-item-sub-menu-border-color`: Specifies the border color of sub-menu. ` --calcite-menu-item-sub-menu-corner-radius`: Specifies the border radius of sub-menu. `--calcite-menu-text-color`: Specifies the text color of the component.
- Loading branch information
1 parent
732933a
commit 9dc1262
Showing
6 changed files
with
287 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.