1919}
2020
2121.select2-selection .select2-selection--multiple {
22- @apply w-full rounded-lg border border-background-300 py-1;
22+ @apply w-full rounded-lg border border-background-300 bg-background-50 text-readable-content-500 py-1;
2323 min-height : 43px ;
2424}
2525
3232 top : 5px ;
3333}
3434
35- .select2-search__field {
36- @apply input-primary;
37- }
35+ .select2-dropdown {
36+ @apply bg-background-50 text-readable-content-500 !important ;
37+ }
38+ .select2-container--default .select2-results__option--selectable {
39+ @apply bg-background-50 text-readable-content-500;
40+ }
41+
42+ .select2-container--default .select2-results__option--highlighted .select2-results__option--selectable {
43+ @apply bg-primary-400 text-primary-800 !important ;
44+ }
45+
46+ .select2-container--default .select2-search--inline .select2-search__field {
47+ @apply border border-primary-500 px-2 py-1 bg-background-50 text-readable-content-500 min-w-4 !important ;
48+ }
49+
50+ .select2-container--default .select2-selection--single {
51+ @apply bg-background-50 text-readable-content-500 !important ;
52+ }
53+
54+ .select2-container--default .select2-search--dropdown .select2-search__field {
55+ @apply input-primary border-background-400 !important ;
56+ }
57+
58+ .select2-container--default .select2-selection--single .select2-selection__rendered {
59+ @apply text-sm bg-background-50 text-readable-content-500 !important ;
60+ line-height : 20px ;
61+ }
62+
63+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
64+ @apply text-readable-content-500 bg-background-50 border-background-400 !important ;
65+ }
66+
67+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
68+ @apply text-readable-content-500 bg-background-50 border-background-400 !important ;
69+ }
70+
71+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove : hover {
72+ @apply text-readable-content-500 bg-background-50 border-background-400 !important ;
73+ }
0 commit comments