Skip to content

Commit

Permalink
style fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
vineetk13 committed Jan 14, 2025
1 parent 4de3db2 commit 7f142eb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions web/styles/react-day-picker.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
z-index: 1;
}

.rdp-selected .rdp-day_button:hover:not([data-disabled="true"]) {
.rdp-selected .rdp-day_button:hover:not(.rdp-disabled) {
background-color: var(--rdp-dark-background-color);
}

Expand Down Expand Up @@ -288,9 +288,9 @@
color: inherit;
}

.rdp-range_middle .rdp-day_button:hover,
.rdp-range_middle .rdp-day_button:focus-visible {
background-color: var(--rdp-background-color) !important;
color: inherit !important;
.rdp-day.rdp-range_middle .rdp-day_button:hover,
.rdp-day.rdp-range_middle .rdp-day_button:focus-visible {
background-color: var(--rdp-background-color);
color: inherit;
}

0 comments on commit 7f142eb

Please sign in to comment.