Skip to content

Commit

Permalink
fix(Select): fix selectControl block style (#777)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginy605 authored Jun 29, 2023
1 parent a790c69 commit fb146de
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ $blockButton: '.#{variables.$ns-new}select-control__button';
@include mixins.button-reset();
@include mixins.pin($blockButton, '::before', var(--_--select-border-radius));

display: inline-flex;
overflow: hidden;

&::before {
Expand Down

0 comments on commit fb146de

Please sign in to comment.