diff --git a/dev.html b/dev.html index 1c3870e..7dbd414 100644 --- a/dev.html +++ b/dev.html @@ -36,7 +36,7 @@ - + - - + + diff --git a/src/components/Select.vue b/src/components/Select.vue index 372662f..7b0ae41 100644 --- a/src/components/Select.vue +++ b/src/components/Select.vue @@ -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 */ }