Skip to content

Commit

Permalink
Tokenize chevron position on select
Browse files Browse the repository at this point in the history
  • Loading branch information
mpellerin42 committed Nov 17, 2023
1 parent 773c9d9 commit 7bd43bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
cursor: pointer;
position: absolute;
right: $icon-right-padding;
top: rhythm(1.5);
top: $top-select-chevron;
width: $icon-width;

&.opened {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,4 @@ $padding-field-control-left: rhythm(1.5) !default;
$margin-bottom-field: rhythm(3) !default;
$height-field-control: calc(#{rhythm(6)} - #{rhythm(0.25)}) !default;
$top-control-label: calc(#{$padding-field-control-top} + #{rhythm(0.25)}) !default;
$top-select-chevron: rhythm(1.5) !default;

0 comments on commit 7bd43bf

Please sign in to comment.