Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9e4d350

Browse files
committed
style(next)/launcher calendar: fix the hover state for the month field
1 parent ccc7a80 commit 9e4d350

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/theme-next/shell.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ body.layout-horizontal > .horizontal {
354354
}
355355

356356
.calendar-dropdown-widget .calendar-header .calendar-month-selector .select-button {
357-
--select-arrow-svg: ""; /* Disable the dropdown arrow */
357+
--select-arrow-svg: initial; /* Disable the dropdown arrow */
358358
}
359359

360360
@media (max-width: 992px) {

0 commit comments

Comments
 (0)