Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 6d80298

Browse files
Change style of cursor for disabled pagination button
1 parent ad8501f commit 6d80298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/components/Pagination/style.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
&.disabled {
1616
background: $lightGray2;
1717
color: $textColor2;
18+
cursor: default;
1819
}
1920

2021
&.current {

0 commit comments

Comments
 (0)