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

pull/2356/head
Adorian Doran 2025-06-16 19:44:07 +07:00
parent 7269c46de3
commit ccc7a8010e
1 changed files with 1 additions and 1 deletions

@ -349,7 +349,7 @@ select:hover,
select.form-select:hover, select.form-select:hover,
select.form-control:hover, select.form-control:hover,
.select-button.dropdown-toggle.btn: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); color: var(--input-hover-color);
} }