-
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(input-date-picker): adds sub component tokens #9007
feat(input-date-picker): adds sub component tokens #9007
Conversation
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.
Other than a few comments regarding naming, this LGTM! 🚀
--calcite-date-picker-day-text-color-hover: var(--calcite-input-date-picker-day-text-color-hover); | ||
--calcite-date-picker-day-text-color: var(--calcite-input-date-picker-day-text-color); | ||
--calcite-date-picker-day-text-selected: var(--calcite-input-date-picker-day-text-selected); | ||
--calcite-date-picker-week-headers-text-color: var(--calcite-input-date-picker-week-headers-text-color); |
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.
Should this be header
(singular) since there's only one week header? Can be tackled in a follow-up PR.
--calcite-date-picker-header-navigation-button-background-color-active: var( | ||
--calcite-input-date-picker-header-navigation-button-background-color-active | ||
); | ||
--calcite-date-picker-header-navigation-button-background-color-hover: var( |
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.
If there's only one type of button in the header, maybe we can drop navigation
? Can be tackled in a follow-up PR.
Related Issue: #7180
Summary
Adds following sub component tokens in
calcite-input-date-picker
: