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

feat(admin-plugin): select2 styles improvements #211

This commit is contained in:
Awilum
2020-01-31 17:00:37 +03:00
parent e67632daa2
commit d01c20fec9

View File

@@ -3,10 +3,9 @@
{
display: block;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single
.select2-dropdown
{
/*@apply w-full border rounded-none border-gray-600 outline-none px-2 py-2;*/
@apply w-full rounded-none outline-none;
}
.select2-container--default .select2-selection--multiple,
@@ -18,6 +17,16 @@
@apply px-2 py-2;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]
{
@apply bg-gray-100 text-black;
}
.select2-container--default .select2-search--dropdown .select2-search__field
{
@apply outline-none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered
{
line-height: 21px!important;