From 9e4d3508482f421fbbd82977b6f9fa5cc974b18b Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 19:46:20 +0300 Subject: [PATCH] style(next)/launcher calendar: fix the hover state for the month field --- apps/client/src/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/shell.css b/apps/client/src/stylesheets/theme-next/shell.css index cd8574866..c48a52290 100644 --- a/apps/client/src/stylesheets/theme-next/shell.css +++ b/apps/client/src/stylesheets/theme-next/shell.css @@ -354,7 +354,7 @@ body.layout-horizontal > .horizontal { } .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) {