2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-29 05:14:04 +03:00

- add disabled example

- fix rounded corners transition flash
This commit is contained in:
Jeff
2017-10-01 13:57:51 -07:00
parent 93d06b5f87
commit 64fda95663
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -49,6 +49,7 @@
{{option.label}} ({{option.value}})
</template>
</v-select>
<v-select disabled placeholder="disabled" value="Some Selected Value"></v-select>
</div>
</body>
-2
View File
@@ -27,7 +27,6 @@
transition: all 150ms cubic-bezier(1.000, -0.115, 0.975, 0.855);
transition-timing-function: cubic-bezier(1.000, -0.115, 0.975, 0.855);
opacity: 1;
transition: opacity .1s;
height: 20px; width: 10px;
}
.v-select .open-indicator:before {
@@ -65,7 +64,6 @@
border: 1px solid rgba(60, 60, 60, .26);
border-radius: 4px;
white-space: normal;
transition: border-radius .25s;
}
.v-select .dropdown-toggle:after {
visibility: hidden;