Skip to content

Commit

Permalink
Updating build
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Jan 31, 2017
1 parent ef894a3 commit 732ba55
Show file tree
Hide file tree
Showing 14 changed files with 13,601 additions and 13,485 deletions.
5 changes: 4 additions & 1 deletion dist/react-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,8 @@
background: #fff;
border-color: #b3b3b3 #ccc #d9d9d9;
}
.is-open > .Select-control > .Select-arrow {
.is-open > .Select-control .Select-arrow {
top: -2px;
border-color: transparent transparent #999;
border-width: 0 5px 5px;
}
Expand Down Expand Up @@ -195,6 +196,7 @@
display: inline-block;
height: 0;
width: 0;
position: relative;
}
.is-open .Select-arrow,
.Select-arrow-zone:hover > .Select-arrow {
Expand All @@ -210,6 +212,7 @@
margin: -1px;
clip: rect(0, 0, 0, 0);
overflow: hidden;
float: left;
}
@-webkit-keyframes Select-animation-fadeIn {
from {
Expand Down
Loading

0 comments on commit 732ba55

Please sign in to comment.