Skip to content

Commit 732ba55

Browse files
committed
Updating build
1 parent ef894a3 commit 732ba55

14 files changed

+13601
-13485
lines changed

dist/react-select.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,8 @@
5858
background: #fff;
5959
border-color: #b3b3b3 #ccc #d9d9d9;
6060
}
61-
.is-open > .Select-control > .Select-arrow {
61+
.is-open > .Select-control .Select-arrow {
62+
top: -2px;
6263
border-color: transparent transparent #999;
6364
border-width: 0 5px 5px;
6465
}
@@ -195,6 +196,7 @@
195196
display: inline-block;
196197
height: 0;
197198
width: 0;
199+
position: relative;
198200
}
199201
.is-open .Select-arrow,
200202
.Select-arrow-zone:hover > .Select-arrow {
@@ -210,6 +212,7 @@
210212
margin: -1px;
211213
clip: rect(0, 0, 0, 0);
212214
overflow: hidden;
215+
float: left;
213216
}
214217
@-webkit-keyframes Select-animation-fadeIn {
215218
from {

0 commit comments

Comments
 (0)