cluster switcher dropdown fix

This commit is contained in:
lvuch 2020-06-10 10:37:27 -07:00
parent f8339df8fd
commit f92a4d3a3b
1 changed files with 5 additions and 0 deletions

View File

@ -100,6 +100,10 @@ export default {
margin-left: 35px;
background-color: transparent;
border: 0;
.vs__actions {
margin-left: -10px;
}
}
.vs__selected {
@ -119,4 +123,5 @@ export default {
.filter ::v-deep INPUT:hover {
background-color: transparent;
}
</style>