Skip to content

Commit

Permalink
Fix select fieldtype disabled cursor
Browse files Browse the repository at this point in the history
Closes #10431.
  • Loading branch information
jackmcdade committed Jul 15, 2024
1 parent 1ea7170 commit eaa6597
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/css/vendors/vue-select.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
}

.vs--disabled .vs__clear,
.vs--disabled .vs__deselect,
.vs--disabled .vs__dropdown-toggle,
.vs--disabled .vs__open-indicator,
.vs--disabled .vs__search,
Expand Down Expand Up @@ -172,7 +171,8 @@
@apply clickable;
@apply flex items-center text-sm rounded py-0 px-2 rtl:ml-2 ltr:mr-2;

&.sortable-item { @apply cursor-grab; }
&.sortable-item { @apply !cursor-grab; }

}

.vs__deselect {
Expand Down

0 comments on commit eaa6597

Please sign in to comment.