@carbon/styles 1.69.0-rc.0 → 1.69.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.
package/css/styles.css
CHANGED
|
@@ -19051,6 +19051,9 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19051
19051
|
margin: 0;
|
|
19052
19052
|
block-size: 4rem;
|
|
19053
19053
|
max-inline-size: none;
|
|
19054
|
+
}
|
|
19055
|
+
|
|
19056
|
+
.cds--modal-footer .cds--btn:not(.cds--skeleton) {
|
|
19054
19057
|
padding-block: 0.875rem 2rem;
|
|
19055
19058
|
}
|
|
19056
19059
|
|
|
@@ -23742,9 +23745,16 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
23742
23745
|
}
|
|
23743
23746
|
}
|
|
23744
23747
|
|
|
23745
|
-
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
|
23746
|
-
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
|
23747
|
-
|
|
23748
|
+
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
|
|
23749
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
|
|
23750
|
+
display: block;
|
|
23751
|
+
border: 2px solid var(--cds-focus, #0f62fe);
|
|
23752
|
+
border-radius: 1rem;
|
|
23753
|
+
block-size: calc(100% + 0.375rem);
|
|
23754
|
+
content: "";
|
|
23755
|
+
inline-size: calc(100% + 0.375rem);
|
|
23756
|
+
margin-block-start: -0.1875rem;
|
|
23757
|
+
margin-inline-start: -0.1875rem;
|
|
23748
23758
|
}
|
|
23749
23759
|
|
|
23750
23760
|
.cds--toggle__switch--checked {
|