Improve wanky v-select styles

This commit is contained in:
Matthias 2023-05-06 17:17:52 +02:00
parent 935a9df9ae
commit 1cee75746c

View File

@ -13,7 +13,7 @@
}
.v-select * {
font-size: 0.8rem;
font-size: 0.8rem !important;
}
.modal.show {
@ -33,6 +33,10 @@
padding: 0px;
}
.vs__open-indicator {
transform: none !important;
}
[data-theme="dark"] {
$bg-dark: rgb(18, 18, 18);
@ -137,8 +141,9 @@
}
// Styles for searchable select
.vs__dropdown-toggle {
.vs__dropdown-toggle, .vs__clear {
border-color: lighten($bg-dark, 20%);
color: $fg-color;
// border: 1px solid $fg-color;
}