@miljodirektoratet/md-css 6.3.5 → 6.3.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@miljodirektoratet/md-css",
3
- "version": "6.3.5",
3
+ "version": "6.3.6",
4
4
  "description": "CSS for Miljødirektoratet",
5
5
  "author": "Miljødirektoratet",
6
6
  "main": "./src/index.css",
@@ -169,4 +169,5 @@
169
169
  appearance: none;
170
170
  -webkit-appearance: none;
171
171
  margin: 1px;
172
+ -moz-appearance: textfield;
172
173
  }