@oslokommune/punkt-css 12.14.3 → 12.15.0
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/CHANGELOG.md +21 -0
- package/dist/css/components/textinput.css +1 -1
- package/dist/css/components/textinput.min.css +1 -1
- package/dist/css/pkt-base.css +1 -1
- package/dist/css/pkt-base.min.css +1 -1
- package/dist/css/pkt-components.css +1 -1
- package/dist/css/pkt-components.min.css +1 -1
- package/dist/css/pkt-elements.css +3 -3
- package/dist/css/pkt-elements.min.css +1 -1
- package/dist/css/pkt-normalise.css +2 -2
- package/dist/css/pkt-normalise.min.css +1 -1
- package/dist/css/pkt.css +6 -6
- package/dist/css/pkt.min.css +1 -1
- package/dist/scss/abstracts/variables/_index.scss +1 -1
- package/dist/scss/normalise/_index.scss +2 -2
- package/package.json +2 -2
|
@@ -224,7 +224,7 @@ input::-webkit-datetime-edit {
|
|
|
224
224
|
* 2. Correct the outline style in Safari.
|
|
225
225
|
*/
|
|
226
226
|
|
|
227
|
-
[type='search'] {
|
|
227
|
+
input[type='search'] {
|
|
228
228
|
-webkit-appearance: textfield; /* 1 */
|
|
229
229
|
outline-offset: -2px; /* 2 */
|
|
230
230
|
}
|
|
@@ -233,7 +233,7 @@ input::-webkit-datetime-edit {
|
|
|
233
233
|
* Remove the inner padding in Chrome and Safari on macOS.
|
|
234
234
|
*/
|
|
235
235
|
|
|
236
|
-
[type='search']::-webkit-search-decoration {
|
|
236
|
+
input[type='search']::-webkit-search-decoration {
|
|
237
237
|
-webkit-appearance: none;
|
|
238
238
|
}
|
|
239
239
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@oslokommune/punkt-css",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.15.0",
|
|
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": "31e12e08dcb69c897c9cfb553e3364efe5e340a1"
|
|
58
58
|
}
|