Skip to content

Commit

Permalink
fix(select): reposition chevron SVG
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod committed Mar 20, 2020
1 parent 75abc2d commit 67c4cf3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/components/src/components/select/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -140,9 +140,11 @@
}

.#{$prefix}--select__arrow {
fill: $ui-05;
position: absolute;
top: 0;
right: $spacing-05;
height: 100%;
fill: $ui-05;
pointer-events: none;
}

Expand Down

0 comments on commit 67c4cf3

Please sign in to comment.