This repository was archived by the owner on Feb 23, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ const Pagination = ( {
5858 />
5959 { displayNextAndPreviousArrows && (
6060 < button
61- className = "wc-block-pagination-page wc-block-components-pagination__page wc-block-pagination-page--arrow"
61+ className = "wc-block-pagination-page wc-block-components-pagination__page wc-block-components- pagination-page--arrow"
6262 onClick = { ( ) => onPageChange ( currentPage - 1 ) }
6363 title = { __ (
6464 'Previous page' ,
@@ -175,7 +175,7 @@ const Pagination = ( {
175175 ) }
176176 { displayNextAndPreviousArrows && (
177177 < button
178- className = "wc-block-pagination-page wc-block-components-pagination__page wc-block-pagination-page--arrow"
178+ className = "wc-block-pagination-page wc-block-components-pagination__page wc-block-components- pagination-page--arrow"
179179 onClick = { ( ) => onPageChange ( currentPage + 1 ) }
180180 title = { __ ( 'Next page' , 'woo-gutenberg-products-block' ) }
181181 disabled = { currentPage >= totalPages }
Original file line number Diff line number Diff line change 5050 }
5151}
5252
53- html [dir = " rtl" ] .wc-block-pagination-page--arrow span {
53+ html [dir = " rtl" ] .wc-block-components- pagination-page--arrow span {
5454 display : inline-block ;
5555 transform : scale (-1 , 1 );
5656}
You can’t perform that action at this time.
0 commit comments