2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-22 10:30:34 +03:00

add webkit prefix to appearance

This commit is contained in:
Jeff Sagal
2017-03-11 23:19:06 -08:00
parent 51074175bd
commit 61c6fa2c1c
+5 -3
View File
@@ -146,15 +146,17 @@
opacity: .2;
}
/* Search Input */
.v-select input[type="search"]::-ms-clear,
.v-select input[type="search"]::-webkit-search-decoration,
.v-select input[type="search"]::-webkit-search-cancel-button,
.v-select input[type="search"]::-webkit-search-results-button,
.v-select input[type="search"]::-webkit-search-results-decoration {
display: none;
}
.v-select input[type=search],
.v-select input[type=search]:focus {
.v-select input[type="search"],
.v-select input[type="search"]:focus {
appearance: none;
-webkit-appearance: none;
line-height: 1.42857143;
/*color: #555;*/
border-radius: 4px;
@@ -174,7 +176,7 @@
clear: none;
}
/* Search Input States */
.v-select.unsearchable input[type=search] {
.v-select.unsearchable input[type="search"] {
max-width: 1px;
}
/* List Items */