Skip to content

Commit

Permalink
fix(Select): rename old var
Browse files Browse the repository at this point in the history
  • Loading branch information
mournfulCoroner committed Sep 11, 2023
1 parent bccc417 commit 4d330a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $blockButton: '.#{variables.$ns-new}select-control__button';
}
@if $size == 'xl' {
--_--select-options-text-right-padding: #{select-css-variables.$xl-hor-padding};
--_--select-border-radius: var(--yc-border-radius-xl);
--_--select-border-radius: var(--g-border-radius-xl);
height: #{variables.$xl-height};
padding: 12px calc(var(--_--select-options-text-right-padding) + 1px); // plus border-width
}
Expand Down

0 comments on commit 4d330a4

Please sign in to comment.