@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.disabled label,
278
- .checkbox.disabled label,
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;
@@ -9571,8 +9571,8 @@ input[type="password"]::-ms-reveal {
9571
9571
  display: none;
9572
9572
  }
9573
9573
 
9574
- .radio.disabled label,
9575
- .checkbox.disabled label,
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@transferwise/neptune-css",
3
3
  "description": "Neptune CSS library",
4
- "version": "14.14.0",
4
+ "version": "14.15.0",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
@@ -333,7 +333,7 @@ input[type="password"] {
333
333
  // These classes are used on elements with <label> descendants
334
334
  .radio,
335
335
  .checkbox {
336
- &.disabled,
336
+ &-disabled,
337
337
  fieldset[disabled] & {
338
338
  label {
339
339
  cursor: @cursor-disabled;