Skip to content

Commit

Permalink
Porting fix from JedWatson#1500 to scss stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Jan 31, 2017
1 parent d0d2737 commit ca217b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/control.scss
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
border-color: darken($select-input-border-color, 10%) $select-input-border-color lighten($select-input-border-color, 5%);

// flip the arrow so its pointing up when the menu is open
> .Select-arrow {
.Select-arrow {
border-color: transparent transparent $select-arrow-color;
border-width: 0 $select-arrow-width $select-arrow-width;
}
Expand Down

0 comments on commit ca217b9

Please sign in to comment.