Skip to content

Commit 57f94a4

Browse files
committed
PB-234: Story Bug for PB-107: Switching Filter Types Will Disable Entire Number of Products to Display Field Instead of Just Total Product Count
1 parent 584e5b9 commit 57f94a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/code/Magento/PageBuilder/view/adminhtml/web/css/source/form/element/_product-totals.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
// * See COPYING.txt for license details.
44
// */
55

6-
.admin__data-grid-loading-mask {
7-
font-size: 2em;
6+
[data-index='product_totals'] .spinner{
7+
font-size: 2.8em;
88
}

app/code/Magento/PageBuilder/view/adminhtml/web/template/form/element/product-totals.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
*/
66
-->
77
<div data-role="spinner"
8-
class="admin__data-grid-loading-mask"
98
visible="loading"
109
if="showSpinner">
1110
<div class="spinner">
1211
<span repeat="8"/>
1312
</div>
1413
</div>
1514
<span class="admin__field-value"
15+
visible="!loading()"
1616
data-bind="
1717
text: value,
1818
attr: {

0 commit comments

Comments
 (0)