Skip to content

Commit 77064dc

Browse files
committed
💄 Prevent text selection for Pagination
1 parent 15e7952 commit 77064dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Pagination/pagination.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
@include spacing(0);
66

77
list-style-type: none;
8+
user-select: none;
89

910
&.primary [data-active="true"] {
1011
@include typography(primary-70);

0 commit comments

Comments
 (0)