Skip to content

Commit

Permalink
Merge pull request #8704 from brettsmason/select-fix
Browse files Browse the repository at this point in the history
Fix overlapping select arrow
  • Loading branch information
andycochran committed May 1, 2016
2 parents 62cbcd7 + 2007594 commit af121b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scss/forms/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ $select-radius: $global-radius !default;
@if $select-triangle-color != transparent {
@include background-triangle($select-triangle-color);
background-size: 9px 6px;
background-position: $global-right center;
background-position: $global-right (-$form-spacing) center;
background-origin: content-box;
background-repeat: no-repeat;
padding-#{$global-right}: ($form-spacing * 1.5);
}

// Disabled state
Expand Down

0 comments on commit af121b1

Please # to comment.