Skip to content

Commit 24add14

Browse files
authoredMar 13, 2025
IBX-4064: Enh search page nav (#2659)
* instantsearch.css: hide "last page" link * instantsearch.css: don't highlight last clicked prev/next button
1 parent 40239a5 commit 24add14

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎docs/css/instantsearch.css

+7-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,13 @@ footer.md-footer {
126126
margin: 0;
127127
}
128128

129-
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link {
129+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-list .ais-Pagination-item--lastPage {
130+
display: none;
131+
}
132+
133+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link,
134+
.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link:focus {
135+
background-color: transparent;
130136
border: none;
131137
font-size: 14px;
132138
line-height: 21px;

0 commit comments

Comments
 (0)