From ccc7a8010e47e9a20337a10f1557ff863c3e6d78 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Mon, 16 Jun 2025 19:44:07 +0300 Subject: [PATCH] style(next)/combo box: properly handle the hover state when the dropdown arrow is not defined --- apps/client/src/stylesheets/theme-next/forms.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/client/src/stylesheets/theme-next/forms.css b/apps/client/src/stylesheets/theme-next/forms.css index 446c9b89c..4920c7d9f 100644 --- a/apps/client/src/stylesheets/theme-next/forms.css +++ b/apps/client/src/stylesheets/theme-next/forms.css @@ -349,7 +349,7 @@ select:hover, select.form-select:hover, select.form-control:hover, .select-button.dropdown-toggle.btn:hover { - background: var(--input-hover-background) var(--dropdown-arrow); + background: var(--input-hover-background) var(--dropdown-arrow,); color: var(--input-hover-color); }