Skip to content

Commit

Permalink
Styles formatting (#459)
Browse files Browse the repository at this point in the history
styles formatting
  • Loading branch information
MichalPaszowski authored Dec 12, 2022
1 parent aa50aa3 commit 70af33e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ $base-class: 'date-picker';
&--range {
.#{$base-class}__day {
&--selected {

&:not(.#{$base-class}__day--disabled):not(.#{$base-class}__day--outside):not(.#{$base-class}__day--start):not(.#{$base-class}__day--end):not(.#{$base-class}__day--single):not(.#{$base-class}__day--sunday):not(.#{$base-class}__day--monday) {
.#{$base-class}__day-wrapper {
background-color: var(--surface-feedback-info);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ $toast-exit-animation-timeout: 200ms;
fill: var(--content-subtle);
}

&--custom, &--custom:hover {
&--custom,
&--custom:hover {
text-decoration: underline;
white-space: nowrap;
color: var(--content-default);
Expand Down

0 comments on commit 70af33e

Please sign in to comment.