Skip to content

Commit a49c823

Browse files
authored
fix(dropdown): search field cursor was barely visible on field states
If a search dropdown has an error class, the, the cursor is not properly visible when the field has focus
1 parent 46f945f commit a49c823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/modules/dropdown.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ select.ui.dropdown {
643643
cursor: text;
644644
position: relative;
645645
left: @textCursorSpacing;
646-
z-index: 3;
646+
z-index: auto;
647647
}
648648

649649
& when (@variationDropdownSelection) {

0 commit comments

Comments
 (0)