Update styling on multiselect tabs for tom-select

This commit is contained in:
Matt-Yorkley
2023-05-10 12:39:04 +01:00
parent 95f1643cec
commit 71c4f2a5be

View File

@@ -2,6 +2,23 @@
min-height: initial;
}
.ts-wrapper.multi .ts-control [data-value] {
text-shadow: none;
background-image: none;
background-repeat: initial;
box-shadow: none;
background-color: $spree-blue;
}
.ts-wrapper.multi .ts-control > div {
border: none;
background-color: $spree-blue;
}
.ts-wrapper.plugin-remove_button .item .remove {
font-weight: bold;
}
.ts-dropdown {
margin-top: 0;