File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,10 @@ footer.md-footer {
126126 margin : 0 ;
127127}
128128
129+ .md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-list .ais-Pagination-item--lastPage {
130+ display : none;
131+ }
132+
129133.md-content .ais-InstantSearch .ais-Pagination .ais-Pagination-link {
130134 border : none;
131135 font-size : 14px ;
Original file line number Diff line number Diff line change 142142 container : paginationContainer ,
143143 padding : 2 ,
144144 templates : {
145- first : `<svg class="tile-icon" width="16 " height="16 ">
146- <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-double-back "></use>
145+ first : `<svg class="tile-icon" width="20 " height="20 ">
146+ <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-expanded "></use>
147147 </svg>` ,
148148 previous : `<svg class="tile-icon" width="20" height="20">
149149 <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-back"></use>
150150 </svg>` ,
151151 next : `<svg class="tile-icon" width="20" height="20">
152152 <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-next"></use>
153153 </svg>` ,
154- last : `<svg class="tile-icon" width="16" height="16">
155- <use fill="var(--ibexa-dusk-black)" xlink:href="../images/ez-icons.svg#caret-double-next"></use>
156- </svg>` ,
157154 } ,
158155 } ) ,
159156 instantsearch . widgets . refinementList ( {
You can’t perform that action at this time.
0 commit comments