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; opacity: .2;
} }
/* Search Input */ /* Search Input */
.v-select input[type="search"]::-ms-clear,
.v-select input[type="search"]::-webkit-search-decoration, .v-select input[type="search"]::-webkit-search-decoration,
.v-select input[type="search"]::-webkit-search-cancel-button, .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-button,
.v-select input[type="search"]::-webkit-search-results-decoration { .v-select input[type="search"]::-webkit-search-results-decoration {
display: none; display: none;
} }
.v-select input[type=search], .v-select input[type="search"],
.v-select input[type=search]:focus { .v-select input[type="search"]:focus {
appearance: none; appearance: none;
-webkit-appearance: none;
line-height: 1.42857143; line-height: 1.42857143;
/*color: #555;*/ /*color: #555;*/
border-radius: 4px; border-radius: 4px;
@@ -174,7 +176,7 @@
clear: none; clear: none;
} }
/* Search Input States */ /* Search Input States */
.v-select.unsearchable input[type=search] { .v-select.unsearchable input[type="search"] {
max-width: 1px; max-width: 1px;
} }
/* List Items */ /* List Items */