@popsure/dirty-swan 0.30.0 → 0.30.1
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
CHANGED
|
@@ -2689,8 +2689,8 @@ input:checked[type=checkbox] + .p-label--bordered {
|
|
|
2689
2689
|
border: 2px solid #b1b0f5;
|
|
2690
2690
|
}
|
|
2691
2691
|
.ds-card--actionable:focus {
|
|
2692
|
-
outline:
|
|
2693
|
-
border: 2px solid
|
|
2692
|
+
outline: 3px solid #8e8cee;
|
|
2693
|
+
border: 2px solid transparent;
|
|
2694
2694
|
}
|
|
2695
2695
|
.ds-card--muted {
|
|
2696
2696
|
opacity: 0.25;
|
package/package.json
CHANGED