Pagination
Pagination splits content into pages, as seen on questions, tags, users, and jobs listings.
Class | Applied to | Description |
---|---|---|
.s-pagination |
N/A |
Base pagination style that is used universally. |
.s-pagination--item |
N/A |
A child element that’s used as a link and labeled with the page number. |
.is-selected |
.s-pagination--item |
Active state that’s applied to the current page. |
.s-pagination--item__clear |
.s-pagination--item |
Clears the background and removes any interactivity. Used for ellipses and descriptions. |