Skip to content

Commit 824916a

Browse files
committed
Grid field -- a couple of dark mode adjustments (but not finished)
1 parent 16df2bb commit 824916a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • resources/css/components/fieldtypes

resources/css/components/fieldtypes/grid.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@
4040
}
4141

4242
&.drag-handle {
43-
@apply h-full p-2 cursor-grab hover:bg-gray-100 dark:hover:bg-gray-700 border-e border-gray-200 hover:border-e-gray-300 dark:hover:border-e-gray-600;
4443
width: 1%;
45-
background: var(--color-gray-50) url('../../../svg/ui/drag-dots.svg') center center no-repeat;
44+
background: url('../../../svg/ui/drag-dots.svg') center center no-repeat;
4645
background-size: 7px 17px;
46+
@apply h-full p-2 cursor-grab bg-gray-50 dark:bg-gray-900/25 hover:bg-gray-100 dark:hover:bg-gray-700 border-e border-gray-200 dark:border-gray-900 hover:border-e-gray-300 dark:hover:border-e-gray-600;
4747
}
4848
}
4949

0 commit comments

Comments
 (0)