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); }