@kerkhoff-ict/solora 2.1.7 → 2.1.9

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -2
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -648,9 +648,9 @@
648
648
  -webkit-appearance: none;
649
649
  margin: 0;
650
650
  }
651
- .sol-input[type=number] {
651
+ .sol-input {
652
652
  -moz-appearance: textfield;
653
- appearance: textfield;
653
+ appearance: none;
654
654
  }
655
655
  .sol-input-group {
656
656
  position: relative;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kerkhoff-ict/solora",
3
- "version": "2.1.7",
3
+ "version": "2.1.9",
4
4
  "description": "Simple CSS component library",
5
5
  "main": "dist/index.js",
6
6
  "style": "dist/index.css",