|
9 | 9 | @source inline("{-,}m{t,r,b,l,x,y,}-{0..4} {-,}p{t,r,b,l,x,y,}-{0..4}"); |
10 | 10 | @source inline("{md:,lg:,}border-{0,2} {md:,lg:,}border-{t,r,b,l}-{0,2}"); |
11 | 11 | @source inline("{hover:,dark:,}bg-primary-{50,{100..900..100},950}"); |
12 | | -@source inline("{hover:,dark:,}border-base-{50,{100..900..100},950}"); |
| 12 | +@source inline("{hover:,dark:,}border-base-{50,{100..900..100},950} {hover:,dark:,}border-transparent"); |
13 | 13 | @source inline("{hover:,dark:,}bg-base-{50,{100..900..100},950}"); |
14 | 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}"); |
15 | 15 | @source inline("{md:,lg:,}gap-{0.5,{1..12}}"); |
@@ -349,6 +349,14 @@ h3 span:nth-child(3) { |
349 | 349 | @apply bg-white border border-base-200 max-w-2xl min-h-[38px]! relative rounded-default shadow-xs w-full! dark:bg-base-900 dark:border-base-700; |
350 | 350 | } |
351 | 351 |
|
| 352 | +.select2-selection { |
| 353 | + @apply outline-none; |
| 354 | +} |
| 355 | + |
| 356 | +.select2.select2-container.select2-container--focus{ |
| 357 | + @apply outline-2 outline-primary-600 -outline-offset-2; |
| 358 | +} |
| 359 | + |
352 | 360 | .errors .select2.select2-container { |
353 | 361 | @apply border-red-600; |
354 | 362 | } |
|
0 commit comments