@transferwise/neptune-css 14.3.11 → 14.3.12
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@transferwise/neptune-css",
|
|
3
3
|
"description": "Neptune CSS library",
|
|
4
|
-
"version": "14.3.
|
|
4
|
+
"version": "14.3.12",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"bin": {
|
|
54
54
|
"neptune-css-upgrade-util": "scripts/neptune-css-upgrader.js"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "52a5b0ff6b3e7385d15505c1e24a7e8c7af64f1b"
|
|
57
57
|
}
|
|
@@ -218,15 +218,6 @@ button,
|
|
|
218
218
|
[type="submit"] {
|
|
219
219
|
cursor: pointer;
|
|
220
220
|
appearance: button; // Normalize 8.0.1
|
|
221
|
-
|
|
222
|
-
&::-moz-focus-inner {
|
|
223
|
-
padding: 0; // Normalize 8.0.1
|
|
224
|
-
border-style: none; // Normalize 8.0.1
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
&:-moz-focusring {
|
|
228
|
-
outline: 1px dotted ButtonText; // Normalize 8.0.1
|
|
229
|
-
}
|
|
230
221
|
}
|
|
231
222
|
|
|
232
223
|
// iOS "clickable elements" fix for role="button"
|