From 985c42b46c916cebd9408a8739efe37ce2a9b8ed Mon Sep 17 00:00:00 2001 From: Alan Biju Date: Thu, 14 Mar 2024 12:49:40 +0000 Subject: [PATCH] update pagy classes --- app/assets/stylesheets/application.tailwind.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.tailwind.css b/app/assets/stylesheets/application.tailwind.css index 1e7190d..4f51987 100644 --- a/app/assets/stylesheets/application.tailwind.css +++ b/app/assets/stylesheets/application.tailwind.css @@ -386,15 +386,19 @@ .page { @apply text-sm font-semibold - px-4 py-2 border border-neutral-300/50 dark:border-neutral-750 hover:bg-neutral-100 dark:hover:bg-neutral-900; } +.page a { + @apply px-4 py-2; + display: block; +} + .page.active { @apply bg-primary text-white - cursor-auto; + cursor-auto !important; } .page.prev {