@sc-360-v2/storefront-cms-library 0.3.65 → 0.3.67

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -692,6 +692,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
692
692
  border-left: 1px solid #d0d5dd;
693
693
  max-width: 80px;
694
694
  text-align: center;
695
+ &::-webkit-outer-spin-button,
696
+ &::-webkit-inner-spin-button {
697
+ -webkit-appearance: none;
698
+ margin: 0;
699
+ }
695
700
  }
696
701
  }
697
702
  }
@@ -701,6 +701,11 @@ $resizeActive: '[data-cms-element-resizer="true"]';
701
701
  border-left: 1px solid #d0d5dd;
702
702
  max-width: 80px;
703
703
  text-align: center;
704
+ &::-webkit-outer-spin-button,
705
+ &::-webkit-inner-spin-button {
706
+ -webkit-appearance: none;
707
+ margin: 0;
708
+ }
704
709
  }
705
710
  }
706
711
  }