Skip to content
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

fix(date-picker): move the colors for special dates on the proper element #13014

Merged
merged 5 commits into from May 16, 2023
Merged
Expand Up @@ -78,8 +78,10 @@
}

%cal-value--special {
color: var-get($theme, 'date-special-text-color');
background: var-get($theme, 'date-special-background');
%cal-value-content {
color: var-get($theme, 'date-special-text-color');
background: var-get($theme, 'date-special-background');
}
}

%cal-value--disabled {
Expand Down