From c252de87b696597e67f447cd0d64d850fd10c8de Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Tue, 15 Aug 2023 11:08:42 +0200 Subject: [PATCH] Specify cursor in order to not be `text` --- app/webpacker/css/admin_v3/components/pagination.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/webpacker/css/admin_v3/components/pagination.scss b/app/webpacker/css/admin_v3/components/pagination.scss index 6ab2191b6b..fe5953690b 100644 --- a/app/webpacker/css/admin_v3/components/pagination.scss +++ b/app/webpacker/css/admin_v3/components/pagination.scss @@ -20,6 +20,7 @@ border-radius: 4px; color: $color-8; font-weight: 600; + cursor: default; &.current { background-color: $color-5; @@ -34,8 +35,8 @@ margin-left: 28px; // 28+8 (the gap) = 36px : the space between the arrows and the numbers } - &.disabled { - cursor: default; + &:not(.disabled):not(.current) { + cursor: pointer; } &:hover:not(.disabled) {