2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-01 05:54:03 +03:00

- remove float on search input

- hide unsearchable input
This commit is contained in:
Jeff
2018-01-06 16:53:03 -08:00
parent 7754a789f5
commit 9ade828e8e
2 changed files with 7 additions and 6 deletions
+4 -3
View File
@@ -186,10 +186,11 @@
background: none;
position: relative;
box-shadow: none;
float: left;
clear: none;
}
/* List Items */
.v-select.unsearchable input[type="search"] {
opacity: 0;
}
/* List Items */
.v-select li {
line-height: 1.42857143; /* Normalize line height */
}