@@ -307,7 +307,7 @@ export default plugin(
307
307
visibility : 'hidden' ,
308
308
} ,
309
309
'[type=checkbox]' : {
310
- '@apply w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' : { }
310
+ '@apply w-4 h-4 text-blue-600 bg-gray-100 border-gray-300 rounded-sm focus:ring-blue-500 dark:focus:ring-blue-600 dark:ring-offset-gray-800 focus:ring-2 dark:bg-gray-700 dark:border-gray-600' : { }
311
311
} ,
312
312
'[type=radio]' : {
313
313
'@apply w-4 h-4 border-gray-300 focus:ring-2 focus:ring-blue-300 dark:focus:ring-blue-600 dark:focus:bg-blue-600 dark:bg-gray-700 dark:border-gray-600' : { }
@@ -321,7 +321,7 @@ export default plugin(
321
321
} ) ;
322
322
addComponents ( {
323
323
'.action-item-button' : {
324
- '@apply py-2 px-3 text-sm font-medium no-underline text-gray-900 focus:outline-none bg-white rounded-md border border-gray-200 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700' : { }
324
+ '@apply py-2 px-3 text-sm font-medium no-underline text-gray-900 focus:outline-hidden bg-white rounded-md border border-gray-200 hover:bg-gray-100 hover:text-blue-700 focus:z-10 focus:ring-4 focus:ring-gray-200 dark:focus:ring-gray-700 dark:bg-gray-800 dark:text-gray-400 dark:border-gray-600 dark:hover:text-white dark:hover:bg-gray-700' : { }
325
325
} ,
326
326
'.index-data-table-toolbar' : {
327
327
'@apply flex flex-col lg:flex-row gap-4 mb-4' : { }
@@ -346,7 +346,7 @@ export default plugin(
346
346
'@apply inline-flex items-center justify-center rounded-full bg-indigo-200/80 text-indigo-800 dark:bg-indigo-800 dark:text-indigo-200 px-1.5 py-1 text-xs font-normal ms-2 leading-none' : { }
347
347
} ,
348
348
'.paginated-collection' : {
349
- '@apply border border-gray-200 dark:border-gray-800 rounded-md shadow-sm overflow-hidden' : { }
349
+ '@apply border border-gray-200 dark:border-gray-800 rounded-md shadow-xs overflow-hidden' : { }
350
350
} ,
351
351
'.paginated-collection-contents'
10000
: {
352
352
'@apply overflow-x-auto' : { }
@@ -412,7 +412,7 @@ export default plugin(
412
412
'@apply flex gap-2 items-center' : { }
413
413
} ,
414
414
'.filters-form-submit' : {
415
- '@apply min-w-[6rem] font-bold text-white bg-blue-600 hover:bg-blue-700 focus:ring-4 focus:outline-none focus:ring-blue-300 rounded-md px-3 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 cursor-pointer' : { }
415
+ '@apply min-w-[6rem] font-bold text-white bg-blue-600 hover:bg-blue-700 focus:ring-4 focus:outline-hidden focus:ring-blue-300 rounded-md px-3 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 cursor-pointer' : { }
416
416
} ,
417
417
'.filters-form-clear' : {
418
418
'@apply rounded-md px-3 py-2 font-semibold text-gray-700 hover:bg-gray-100 no-underline dark:text-gray-400 dark:hover:bg-inherit dark:hover:text-gray-100 dark:focus:ring-blue-800' : { }
@@ -433,13 +433,13 @@ export default plugin(
433
433
'@apply w-2.5 h-2.5' : { }
434
434
} ,
435
435
'.batch-actions-dropdown-menu' : {
436
- '@apply z-10 hidden min-w-[7rem] bg-white rounded-md shadow-lg ring-1 ring-black ring-opacity- 5 focus:outline-none dark:bg-gray-700 py-1 text-sm text-gray-700 dark:text-gray-200' : { }
436
+ '@apply z-10 hidden min-w-[7rem] bg-white rounded-md shadow-lg ring-1 ring-black/ 5 focus:outline-hidden dark:bg-gray-700 py-1 text-sm text-gray-700 dark:text-gray-200' : { }
437
437
} ,
438
438
'.batch-actions-dropdown-menu :where(li > a)' : {
439
439
'@apply block px-2.5 py-2 no-underline text-gray-700 hover:bg-gray-100 hover:text-gray-900 dark:text-white dark:hover:bg-gray-600 dark:hover:text-white' : { }
440
440
} ,
441
441
'.panel' : {
442
- '@apply mb-6 border border-gray-200 rounded-md shadow-sm dark:border-gray-800' : { }
442
+ '@apply mb-6 border border-gray-200 rounded-md shadow-xs dark:border-gray-800' : { }
443
443
} ,
444
444
'.panel-title' : {
445
445
'@apply font-bold bg-gray-100 dark:bg-gray-900 rounded-t-md p-3' : { }
@@ -448,7 +448,7 @@ export default plugin(
448
448
'@apply py-5 px-3' : { }
449
449
} ,
450
450
'.attributes-table' : {
451
- '@apply overflow-hidden mb-6 border border-gray-200 rounded-md shadow-sm dark:border-gray-800' : { }
451
+ '@apply overflow-hidden mb-6 border border-gray-200 rounded-md shadow-xs dark:border-gray-800' : { }
452
452
} ,
453
453
'.attributes-table > :where(table)' : {
454
454
'@apply w-full text-sm text-gray-800 dark:text-gray-300' : { }
@@ -530,7 +530,7 @@ export default plugin(
530
530
'@apply flex items-center gap-6' : { }
531
531
} ,
532
532
'.formtastic :where([type=submit], [type=button], button)' : {
533
- '@apply font-bold text-white bg-blue-600 hover:bg-blue-700 focus:ring-4 focus:outline-none focus:ring-blue-300 rounded-lg px-4 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 cursor-pointer' : { }
533
+ '@apply font-bold text-white bg-blue-600 hover:bg-blue-700 focus:ring-4 focus:outline-hidden focus:ring-blue-300 rounded-lg px-4 py-2 text-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800 cursor-pointer' : { }
534
534
} ,
535
535
'.formtastic :where(.actions .cancel-link)' : {
536
536
'@apply font-semibold leading-6 text-gray-900 dark:text-white no-underline' : { }
0 commit comments