2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

use bottom instead of top for open-indicator

This commit is contained in:
Jeff Sagal
2016-05-09 16:08:22 -07:00
parent 0579a5f89b
commit 1f35669191
+2 -2
View File
@@ -5,7 +5,7 @@
.v-select .open-indicator {
position: absolute;
top: 10px;
bottom: 6px;
right: 10px;
display: inline-block;
cursor: pointer;
@@ -29,7 +29,7 @@
}
.v-select.open .open-indicator {
top: 15px;
bottom: 1px;
}
.v-select.open .open-indicator:before {