-
Notifications
You must be signed in to change notification settings - Fork 1
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
calendar - update light and dark schemas according to new design #300
Merged
Conversation
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
SisIvanova
reviewed
Jul 12, 2024
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
SisIvanova
reviewed
Jul 12, 2024
/// @prop {Color} date-special-border-color [transparent] - The outline color around a special date. | ||
/// @prop {Color} date-special-hover-border-color [transparent] - The outline color around a special date. | ||
/// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date. | ||
/// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date. | ||
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year. |
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.
This property is duplicated - see line 1997
SisIvanova
reviewed
Jul 12, 2024
/// @prop {Color} date-special-border-color [transparent] - The outline color around a special date. | ||
/// @prop {Color} date-special-hover-border-color [transparent] - The outline color around a special date. | ||
/// @prop {Map} date-special-border-color [color: ('primary', 500)] - The outline color around a special date. | ||
/// @prop {Map} date-special-hover-border-color [color: ('primary', 600)] - The :hover outline color around a special date. | ||
/// @prop {Map} ym-selected-current-hover-foreground [contrast-color: ('primary', 900)] - The :hover foreground color of the current/selected month/year. | ||
/// @prop {Map} ym-selected-current-hover-background [color: ('primary', 400)] - The :hover background color of the current/selected month/year. |
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.
Same as above - see line 1998
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
Co-authored-by: Silvia Ivanova <59446295+SisIvanova@users.noreply.github.com>
SisIvanova
approved these changes
Jul 29, 2024
SisIvanova
added
✅ status: verified
Applies to PRs that have passed manual verification
and removed
❌ status: awaiting-test
PRs awaiting manual verification
labels
Jul 29, 2024
simeonoff
approved these changes
Jul 31, 2024
github-merge-queue bot
pushed a commit
that referenced
this pull request
Sep 20, 2024
… Select (#310) * refactor(json): don't log out a comment with no context (#217) * Indigo: Add grid-related updates (#303) * refactor(combo, select): update indigo colors (#305) * calendar - update light and dark schemas according to new design (#300) * calendar - fix indigo colors for light and dark schemas (#320) * refactor(combo, select): update indigo color props * indigo calendar fixes (#321) * fix(calendar): fix indigo schema colors (#322) * refactor(grid): update indigo colors (#323) * refactor(combo): update clear icon colors for dark indigo * Update indigo grid schemas (#331) * refactor(grid): update schema colors * refactor(grid): make sure that row odd and event text color inherit their value from content-text-color make sure that content-text-color is set to gra 900 * feat(grid): update schema colors * feat(grid): update schema colors * fix(grid): remove content-text-color form indigo schema since it has to be gray 800 in light theme. * fix(grid): Update indigo schema colors * refactor(grid): fix row drag bg colors --------- Co-authored-by: Marin Popov <desig9stein@users.noreply.github.com> Co-authored-by: desig9stein <mspopovv@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
calendar
indigo-theme
schemas
version: 10.1.x
✅ status: verified
Applies to PRs that have passed manual verification
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
closes IgniteUI/igniteui-webcomponents#1263