@natoora-libs/core 0.2.82-test-doug → 0.2.82

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.
@@ -5955,15 +5955,15 @@ var useStyles35 = (0, import_mui37.makeStyles)()((theme) => ({
5955
5955
  * https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
5956
5956
  */
5957
5957
  "& input::-webkit-inner-spin-button": {
5958
- "-webkit-appearance": "none",
5958
+ WebkitAppearance: "none",
5959
5959
  margin: 0
5960
5960
  },
5961
5961
  "& input::-webkit-outer-spin-button": {
5962
- "-webkit-appearance": "none",
5962
+ WebkitAppearance: "none",
5963
5963
  margin: 0
5964
5964
  },
5965
5965
  "& input[type=number]": {
5966
- "-moz-appearance": "textfield"
5966
+ MozAppearance: "textfield"
5967
5967
  }
5968
5968
  },
5969
5969
  formControlLabel: {