Skip to content

Commit 5d2e0d2

Browse files
committed
Hide pagination numbers
1 parent c5f175f commit 5d2e0d2

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.shopify-pagination .umb-pagination.pagination li:not(:first-child):not(:last-child) { display: none; }

src/Umbraco.Cms.Integrations.Commerce.Shopify/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/package.manifest

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/js/productPickerSettings.controller.js",
88
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/js/shopify.resource.js",
99
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/js/shopify.service.js"
10+
],
11+
"css": [
12+
"~/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/css/shopify.css"
1013
]
1114
}

src/Umbraco.Cms.Integrations.Commerce.Shopify/App_Plugins/UmbracoCms.Integrations/Commerce/Shopify/views/productPickerOverlay.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<localize key="content_listViewNoItems">There are no products in the list.</localize>
7878
</umb-empty-state>
7979
<!-- Pagination -->
80-
<div class="flex justify-center" ng-show="!vm.loading">
80+
<div class="shopify-pagination flex justify-center" ng-show="!vm.loading">
8181
<umb-pagination page-number="vm.pagination.pageNumber"
8282
total-pages="vm.pagination.totalPages"
8383
on-next="vm.nextPage"

0 commit comments

Comments
 (0)