Skip to content

Commit

Permalink
fix(dropdown): search field cursor was barely visible on field states
Browse files Browse the repository at this point in the history
If a search dropdown has an error class, the, the cursor is not properly visible when the field has focus
  • Loading branch information
lubber-de authored Feb 6, 2020
1 parent 46f945f commit a49c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -643,7 +643,7 @@ select.ui.dropdown {
cursor: text;
position: relative;
left: @textCursorSpacing;
z-index: 3;
z-index: auto;
}

& when (@variationDropdownSelection) {
Expand Down

0 comments on commit a49c823

Please sign in to comment.