@transferwise/neptune-css 14.14.0 → 14.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.
|
@@ -274,8 +274,8 @@ fieldset[disabled] input[type='checkbox'] {
|
|
|
274
274
|
input[type="password"]::-ms-reveal {
|
|
275
275
|
display: none;
|
|
276
276
|
}
|
|
277
|
-
.radio
|
|
278
|
-
.checkbox
|
|
277
|
+
.radio-disabled label,
|
|
278
|
+
.checkbox-disabled label,
|
|
279
279
|
fieldset[disabled] .radio label,
|
|
280
280
|
fieldset[disabled] .checkbox label {
|
|
281
281
|
cursor: not-allowed;
|
package/dist/css/neptune.css
CHANGED
|
@@ -9571,8 +9571,8 @@ input[type="password"]::-ms-reveal {
|
|
|
9571
9571
|
display: none;
|
|
9572
9572
|
}
|
|
9573
9573
|
|
|
9574
|
-
.radio
|
|
9575
|
-
.checkbox
|
|
9574
|
+
.radio-disabled label,
|
|
9575
|
+
.checkbox-disabled label,
|
|
9576
9576
|
fieldset[disabled] .radio label,
|
|
9577
9577
|
fieldset[disabled] .checkbox label {
|
|
9578
9578
|
cursor: not-allowed;
|
package/package.json
CHANGED