Remove duplicate CSS class

This commit is contained in:
Alessio Cappa
2025-12-13 14:45:54 +01:00
parent ad9034542e
commit 11b451c1bf

View File

@@ -66,7 +66,7 @@
<div class="grid bg-container-inset rounded-xl grid-cols-12 items-center uppercase text-xs font-medium text-secondary px-5 py-3 mb-4">
<div class="pl-0.5 col-span-8 flex items-center gap-4">
<%= check_box_tag "selection_entry",
class: "checkbox checkbox--light checkbox checkbox--light hidden lg:block",
class: "checkbox checkbox--light hidden lg:block",
data: {
action: "bulk-select#togglePageSelection",
checkbox_toggle_target: "selectionEntry"