We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16df2bb commit 824916aCopy full SHA for 824916a
1 file changed
resources/css/components/fieldtypes/grid.css
@@ -40,10 +40,10 @@
40
}
41
42
&.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;
44
width: 1%;
45
- background: var(--color-gray-50) url('../../../svg/ui/drag-dots.svg') center center no-repeat;
+ background: url('../../../svg/ui/drag-dots.svg') center center no-repeat;
46
background-size: 7px 17px;
+ @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;
47
48
49
0 commit comments