|
2 | 2 | @plugin '@tailwindcss/typography'; |
3 | 3 | @custom-variant dark (&:where(.dark, .dark *)); |
4 | 4 |
|
5 | | -@source inline("2xl:flex 2xl:relative pb-0 tracking-normal h-3 mb-6 -mr-3 mr-3 pr-3 py-3 max-w-80 min-w-80 w-3 h-[64px] w-[65px]! w-96 max-w-96 md:w-48"); |
6 | | -@source inline("{md:,}sticky {2xl:,}relative rounded-b-default rounded-l-default rounded-t-default left-[65px] dark:hover:bg-white/[.06] bottom-3 top-3 right-3 translate-x-1/4 -translate-y-1/4"); |
7 | | -@source inline("{dark:,}border-transparent border-0 border-2 border-l border-b-0 border-l-0 border-r-0 border-t-0 m-3 my-3 pr-3 md:border-0 md:border-r lg:border-r-0"); |
| 5 | +@source inline("h-3 w-3 h-[64px] w-[65px]! left-[65px] dark:hover:bg-white/[.06] translate-x-1/4 -translate-y-1/4"); |
| 6 | +@source inline("{-,}{top,bottom,left,right}-{0..4}"); |
| 7 | +@source inline("rounded-{t,r,b,l}-default"); |
| 8 | +@source inline("{md:,lg:,2xl:,}relative {md:,lg:,2xl:,}flex {md:,lg:,2xl:,}absolute {md:,lg:,2xl:,}sticky"); |
| 9 | +@source inline("{-,}m{t,r,b,l,x,y,}-{0..4} {-,}p{t,r,b,l,x,y,}-{0..4}"); |
| 10 | +@source inline("{md:,lg:,}border-{0,2} {md:,lg:,}border-{t,r,b,l}-{0,2}"); |
8 | 11 | @source inline("{hover:,dark:,}bg-primary-{50,{100..900..100},950}"); |
9 | 12 | @source inline("{hover:,dark:,}border-base-{50,{100..900..100},950}"); |
| 13 | +@source inline("{hover:,dark:,}bg-base-{50,{100..900..100},950}"); |
10 | 14 | @source inline("{md:,lg:,}w-{1/2,1/3,2/3,1/4,2/4,3/4,1/5,2/5,3/5,4/5}"); |
11 | 15 | @source inline("{md:,lg:,}gap-{0.5,{1..12}}"); |
12 | 16 | @source inline("{md:,lg:,}grid-cols-{1..12}"); |
@@ -420,15 +424,15 @@ h3 span:nth-child(3) { |
420 | 424 | } |
421 | 425 |
|
422 | 426 | .select2-container.select2-container--open .select2-dropdown { |
423 | | - @apply border-primary-600 ring-3 ring-primary-300 pb-2 shadow-xs dark:bg-base-900 dark:border-primary-700 after:block after:bg-white after:absolute after:border-l after:border-l-primary-600 after:border-r after:border-r-primary-600 after:h-1 after:-left-px after:-right-px after:-mt-1 after:top-0 dark:after:bg-base-900 dark:after:border-l-primary-700 dark:after:border-r-primary-700 dark:ring-primary-700/50; |
| 427 | + @apply border border-transparent outline-2 -outline-offset-2 outline-primary-600 pb-2 shadow-xs dark:bg-base-900; |
424 | 428 | } |
425 | 429 |
|
426 | 430 | .select2-container.select2-container--open .select2-dropdown--below { |
427 | | - @apply rounded-t-none rounded-b; |
| 431 | + @apply rounded-t-none rounded-b -top-0.5; |
428 | 432 | } |
429 | 433 |
|
430 | 434 | .select2-container.select2-container--open .select2-dropdown--above { |
431 | | - @apply rounded-b-none rounded-default after:bottom-0 after:-mb-1 after:mt-0 after:top-auto; |
| 435 | + @apply rounded-b-none rounded-default -bottom-0.5; |
432 | 436 | } |
433 | 437 |
|
434 | 438 | .select2-container.select2-container--admin-autocomplete |
@@ -495,7 +499,7 @@ h3 span:nth-child(3) { |
495 | 499 | } |
496 | 500 |
|
497 | 501 | .select2.select2-container--open { |
498 | | - @apply border-b-0 border-primary-600 relative ring-3 ring-primary-300 dark:border-primary-700 dark:ring-primary-700/50; |
| 502 | + @apply border-b-0 border-primary-600 relative outline-2 -outline-offset-2 outline-primary-600; |
499 | 503 | } |
500 | 504 |
|
501 | 505 | /******************************************************* |
|
0 commit comments