Skip to content

Commit

Permalink
fix(server): Pagination items are now not selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
remillc committed Jun 5, 2023
1 parent b85dd24 commit 40d3357
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/scss/_search-widget.scss
Original file line number Diff line number Diff line change
Expand Up @@ -571,4 +571,8 @@
--cv-pagination-disabled-color: #6c757d85;
margin: 0;
}

&-item {
user-select: none;
}
}

0 comments on commit 40d3357

Please sign in to comment.