Skip to content

fix(datepicker): fix datepicker issues#1763

Closed
didimmova wants to merge 2 commits intomasterfrom
didimmova/fix-datepicker-issues
Closed

fix(datepicker): fix datepicker issues#1763
didimmova wants to merge 2 commits intomasterfrom
didimmova/fix-datepicker-issues

Conversation

@didimmova
Copy link
Copy Markdown
Contributor

Closes #1718, #1719

Comment on lines +8 to +10
igc-dialog[open]::part(base) {
box-shadow: var(--ig-elevation-7);
}
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Um, shouldn't this be read from the schemas instead of being hard coded?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are no datepicker elevations in the schemas

Comment on lines +5 to +8
$material: digest-schema($dark-material-calendar);
$bootstrap: digest-schema($dark-bootstrap-calendar);
$fluent: digest-schema($dark-fluent-calendar);
$indigo: digest-schema($dark-indigo-calendar);
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I believe the reason why we were merging the themes here is so that CSS variables are available to style the date picker component from the outside as a single unit. We need to verify if we're not introducing breaking changes by doing this.

@didimmova didimmova closed this Jun 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Date Picker] [Indigo] Border and shadow of the dialog are not correct [Date Picker] [Bootstrap dark] The border-color of the dialog is not correct

4 participants