Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit ccc7a80

Browse files
committed
style(next)/combo box: properly handle the hover state when the dropdown arrow is not defined
1 parent 7269c46 commit ccc7a80

File tree

1 file changed

+1
-1
lines changed
  • apps/client/src/stylesheets/theme-next

1 file changed

+1
-1
lines changed

apps/client/src/stylesheets/theme-next/forms.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ select:hover,
349349
select.form-select:hover,
350350
select.form-control:hover,
351351
.select-button.dropdown-toggle.btn:hover {
352-
background: var(--input-hover-background) var(--dropdown-arrow);
352+
background: var(--input-hover-background) var(--dropdown-arrow,);
353353
color: var(--input-hover-color);
354354
}
355355

0 commit comments

Comments
 (0)