Skip to content

Commit

Permalink
Decreased opacity for down arrow in disabled state
Browse files Browse the repository at this point in the history
This was done as the result of user feedback (see issue JedWatson#1179). A user requested that we remove the arrow entirely but I felt that made the control look like an <input> instead of a <select>.
  • Loading branch information
bvaughn committed Sep 4, 2016
1 parent 04eaad2 commit 00dd299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions less/control.less
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
&.is-disabled .Select-arrow-zone {
cursor: default;
pointer-events: none;
opacity: 0.35;
}
}

Expand Down

0 comments on commit 00dd299

Please sign in to comment.