Skip to content

Commit

Permalink
feat(dropdown): support native select elements directly
Browse files Browse the repository at this point in the history
  • Loading branch information
lubber-de committed Jan 30, 2025
1 parent 8138a27 commit ef5fc39
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/definitions/modules/dropdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@
}
&.selection {
border: @selectionBorder;
border-radius:@selectionBorderRadius;
border-radius: @selectionBorderRadius;
&:hover {
border-color: @selectionHoverBorderColor;
}
Expand Down
1 change: 1 addition & 0 deletions src/themes/default/globals/variation.variables
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@
@variationDropdownColumnar: true;
@variationDropdownScrollhint: true;
@variationDropdownUnlimited: true;
@variationDropdownNative: true;
@variationDropdownHighlightMatches: false;
@variationDropdownSizes: @variationAllSizes;

Expand Down
2 changes: 0 additions & 2 deletions src/themes/default/modules/dropdown.variables
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@
@selectHeight: 2.5em;
@selectMultipleHeight: 12em;


/*
* Caret down icon taken from Font Awesome Free 5.15.4 by @fontawesome [https://fontawesome.com]
* License - https://fontawesome.com/license/free
Expand All @@ -170,7 +169,6 @@
@selectIconBackgroundPositionSelection: right 0.7em top 50%;
@selectIconBackgroundSize: 0.5em auto;


@selectionTextColor: @textColor;

@selectionTextUnderlayIconOpacity: @disabledOpacity;
Expand Down

0 comments on commit ef5fc39

Please sign in to comment.