style(next)/combo box: properly handle the hover state when the dropdown arrow is not defined

This commit is contained in:
Adorian Doran 2025-06-16 19:44:07 +03:00
parent 7269c46de3
commit ccc7a8010e

View File

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