@deque/cauldron-styles 6.1.0-canary.f877edfd → 6.2.0-canary.77dc331c
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/dist/index.css +2 -0
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1684,11 +1684,13 @@ textarea.Field--has-error:focus:hover,
|
|
|
1684
1684
|
.Radio__overlay--disabled.Icon--radio-checked,
|
|
1685
1685
|
.Checkbox__overlay--disabled.Icon--checkbox-checked {
|
|
1686
1686
|
color: var(--field-icon-checked-disabled-color);
|
|
1687
|
+
cursor: default;
|
|
1687
1688
|
}
|
|
1688
1689
|
|
|
1689
1690
|
.Checkbox__overlay--disabled.Icon--checkbox-unchecked,
|
|
1690
1691
|
.Radio__overlay--disabled.Icon--radio-unchecked {
|
|
1691
1692
|
color: var(--field-icon-unchecked-disabled-color);
|
|
1693
|
+
cursor: default;
|
|
1692
1694
|
}
|
|
1693
1695
|
|
|
1694
1696
|
.Field__label:hover ~ .Radio__overlay:not(.Radio__overlay--disabled),
|
package/package.json
CHANGED