We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40239a5 commit 24add14Copy full SHA for 24add14
docs/css/instantsearch.css
@@ -126,7 +126,13 @@ footer.md-footer {
126
margin: 0;
127
}
128
129
-.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link {
+.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;
136
border: none;
137
font-size: 14px;
138
line-height: 21px;
0 commit comments