@deque/cauldron-styles 4.1.0-canary.1d6f49de → 4.1.0-canary.20bef562
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 +0 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1750,7 +1750,6 @@ textarea.Field--has-error:focus:hover,
|
|
|
1750
1750
|
-webkit-appearance: none;
|
|
1751
1751
|
-moz-appearance: none;
|
|
1752
1752
|
appearance: none;
|
|
1753
|
-
border: 0;
|
|
1754
1753
|
}
|
|
1755
1754
|
|
|
1756
1755
|
.Checkbox__overlay.Checkbox__overlay--focused,
|
|
@@ -1781,8 +1780,6 @@ textarea.Field--has-error:focus:hover,
|
|
|
1781
1780
|
-webkit-appearance: none;
|
|
1782
1781
|
-moz-appearance: none;
|
|
1783
1782
|
appearance: none;
|
|
1784
|
-
width: 2px;
|
|
1785
|
-
border: 0;
|
|
1786
1783
|
}
|
|
1787
1784
|
|
|
1788
1785
|
.Checkbox__overlay.Icon--checkbox-checked {
|
package/package.json
CHANGED