Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions resources/css/components/items.css
Original file line numberDiff line numberDiff line change
Expand Up@@ -2,15 +2,15 @@
@apply text-sm outline-none flex w-full justify-between rounded border bg-white shadow-sm items-center;

.item-move {
@apply w-4 border-r rounded-l p-2;
@apply w-4 self-stretch border-r rounded-l p-2;
cursor: grab;
background: theme('colors.gray.200') url('../../svg/icons/light/drag-dots.svg') center center no-repeat;
background-size: 7px 17px;
&:hover { @apply bg-gray-300; }
}

.item-inner {
@apply w-full flex items-center px-2;
@apply w-full flex items-center p-2;
}

&.invalid {
Expand Down