style(next)/launcher calendar: fix the hover state for the month field

pull/2356/head
Adorian Doran 2025-06-16 19:46:20 +07:00
parent ccc7a8010e
commit 9e4d350848
1 changed files with 1 additions and 1 deletions

@ -354,7 +354,7 @@ body.layout-horizontal > .horizontal {
} }
.calendar-dropdown-widget .calendar-header .calendar-month-selector .select-button { .calendar-dropdown-widget .calendar-header .calendar-month-selector .select-button {
--select-arrow-svg: ""; /* Disable the dropdown arrow */ --select-arrow-svg: initial; /* Disable the dropdown arrow */
} }
@media (max-width: 992px) { @media (max-width: 992px) {