add missing cursor-pointer

This commit is contained in:
2025-05-20 01:41:21 +02:00
parent bbf659e52d
commit 650083965a
27 changed files with 61 additions and 53 deletions

View File

@@ -230,7 +230,7 @@
modal_open = false;
}}
type="button"
class="w-full justify-center rounded-md border border-gray-300 shadow-sm px-4 py-2 bg-white text-base font-medium text-gray-700 hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500 hidden lg:block"
class="cancel_modal_button"
>
{$_("cancel")}
</button>