@oslokommune/punkt-css 12.3.4 → 12.3.10
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.
|
@@ -210,7 +210,9 @@ input[type='date'],
|
|
|
210
210
|
input[type='time'],
|
|
211
211
|
input[type='datetime-local'],
|
|
212
212
|
input[type='month'] {
|
|
213
|
-
-webkit-appearance:
|
|
213
|
+
-webkit-appearance: none;
|
|
214
|
+
-moz-appearance: none;
|
|
215
|
+
appearance: none;
|
|
214
216
|
}
|
|
215
217
|
|
|
216
218
|
input::-webkit-datetime-edit {
|
|
@@ -225,7 +227,6 @@ input[type='date']::-webkit-calendar-picker-indicator {
|
|
|
225
227
|
display: none;
|
|
226
228
|
-webkit-appearance: none;
|
|
227
229
|
}
|
|
228
|
-
|
|
229
230
|
/**
|
|
230
231
|
* 1. Correct the odd appearance in Chrome and Safari.
|
|
231
232
|
* 2. Correct the outline style in Safari.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "12.3.
|
|
3
|
+
"version": "12.3.10",
|
|
4
4
|
"description": "CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo",
|
|
5
5
|
"homepage": "https://punkt.oslo.kommune.no",
|
|
6
6
|
"author": "Team Designsystem, Oslo Origo",
|
|
@@ -54,5 +54,5 @@
|
|
|
54
54
|
"url": "https://github.com/oslokommune/punkt/issues"
|
|
55
55
|
},
|
|
56
56
|
"license": "MIT",
|
|
57
|
-
"gitHead": "
|
|
57
|
+
"gitHead": "aa45340f085d79e1a70decfcce336c99c361791a"
|
|
58
58
|
}
|