Skip to content

Commit c3c280e

Browse files
committed
Merge branch 'PB-107' of github.com:magento-obsessive-owls/magento2-page-builder into PB-107
2 parents 22d15fd + 8538933 commit c3c280e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
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/js/form/element/product-totals.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ define([
2222
listens: {
2323
conditionOption: 'updateProductTotals',
2424
conditionValue: 'updateProductTotals',
25-
formData: 'updateProductTotals'
2625
},
2726
imports: {
2827
formData: '${ $.provider }:data'

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)