-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(popover, action): add component tokens (#10253)
**Related Issue:** #7180 ## Summary Add `popover` component tokens. `--calcite-popover-background-color`: Specifies the background color of the component. `--calcite-popover-border-color`: Specifies the border color of the component. `--calcite-popover-corner-radius`: Specifies the corner radius of the component. `--calcite-popover-text-color`: Specifies the text color of the component. Add `action` component tokens. `--calcite-action-corner-radius`: Specifies the component's corner radius. `--calcite-action-corner-radius-end-end`: Specifies the component's corner radius end end. `--calcite-action-corner-radius-end-start`: Specifies the component's corner radius end start. `--calcite-action-corner-radius-start-end`: Specifies the component's corner radius start end. `--calcite-action-corner-radius-start-start`: Specifies the component's corner radius start start.
- Loading branch information
Showing
10 changed files
with
406 additions
and
26 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
Oops, something went wrong.