1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): update styles for select2 module #211

This commit is contained in:
Awilum
2020-02-09 15:29:19 +03:00
parent 79bcf8da15
commit c6725a93ec

View File

@@ -40,4 +40,24 @@
{
@apply p-0 pt-px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice
{
@apply border-dark bg-dark text-white opacity-90 rounded-none;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:hover
{
@apply border-black bg-black text-white opacity-100;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove
{
@apply opacity-90 text-white;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover
{
@apply opacity-100 text-white;
}
/* purgecss end ignore */