2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-10 07:52:23 +03:00

fix bootstrap 4 CSS collisions (#796)

This commit is contained in:
Jeff Sagal
2019-03-23 10:20:43 -07:00
committed by GitHub
parent 822187f436
commit 2454a23f3f
+4
View File
@@ -73,6 +73,9 @@
border-radius: 4px;
white-space: normal;
}
.v-select .dropdown-toggle::after {
display: none;
}
.v-select .vs__selected-options {
display: flex;
flex-basis: 100%;
@@ -205,6 +208,7 @@
box-shadow: none;
flex-grow: 1;
width: 0;
height: inherit;
}
.v-select.unsearchable input[type="search"] {
opacity: 0;