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

Calendar - update the indigo theme to match the latest design from the UI kits #14496

Merged
merged 11 commits into from
Jul 31, 2024
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -219,10 +219,22 @@
@extend %date-range-selected-special-last !optional;
}

@include e(date, $mods: ('selected', 'special', 'first', 'last')) {
@include e(date, $mods: ('range', 'selected', 'special', 'first', 'last')) {
@extend %date-selected-special-first-last !optional;
}

@include e(date, $mods: ('selected', 'special', 'current', 'first', 'last')) {
@extend %date-selected-special-current-first-last !optional;
}

@include e(date, $mods: ('selected', 'special', 'current', 'preview', 'first')) {
@extend %date-selected-special-current-last !optional;
}

@include e(date, $mods: ('selected', 'special', 'current', 'preview', 'last')) {
@extend %date-selected-special-current-first !optional;
}

@include e(date, $mods: ('range', 'selected', 'active')) {
@extend %date-range-selected-active !optional;
}
Expand Down Expand Up @@ -307,16 +319,26 @@
@extend %date-special-current !optional;
}

@include e(date, $mods: ('special', 'current', 'selected')) {
@extend %date-special-current-selected !optional;
}

@include e(date, $mods: ('special', 'current', 'selected', 'active')) {
@extend %date-special-current-selected-active !optional;
}

@include e(date, $mods: ('special' 'active')) {
@extend %date-special-active !optional;
}

@include e(date, $mods: ('special', 'current', 'active')) {
@extend %date-special-current !optional;
@extend %date-special-current-active !optional;
}

@include e(date, $mods: ('special', 'current', 'active', 'range')) {
@extend %date-special-current !optional;
@extend %date-special-current-active !optional;
}

@include e(date, 'first') {
Expand Down
Loading
Loading