diff --git a/app/webpacker/css/admin_v3/components/pagination.scss b/app/webpacker/css/admin_v3/components/pagination.scss index a9ebf77f51..8d7a651ad2 100644 --- a/app/webpacker/css/admin_v3/components/pagination.scss +++ b/app/webpacker/css/admin_v3/components/pagination.scss @@ -20,7 +20,12 @@ border-radius: 4px; color: $color-8; font-weight: 600; - cursor: default; + + &.current, + &.disabled, + &.gap { + cursor: default; + } &.current { background-color: $color-5; @@ -41,10 +46,6 @@ } } - &:not(.disabled):not(.current) { - cursor: pointer; - } - &:hover:not(.disabled):not(.gap) { background-color: $color-5; color: $white;