@carbon/ibm-products 2.54.0-canary.31 → 2.54.0-canary.33
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/index-full-carbon.css +76 -13
- package/css/index-full-carbon.css.map +1 -1
- package/css/index-full-carbon.min.css +1 -1
- package/css/index-full-carbon.min.css.map +1 -1
- package/css/index.css +13 -3
- package/css/index.css.map +1 -1
- package/css/index.min.css +1 -1
- package/css/index.min.css.map +1 -1
- package/package.json +3 -3
package/css/index.css
CHANGED
@@ -2345,6 +2345,9 @@
|
|
2345
2345
|
margin: 0;
|
2346
2346
|
block-size: 4rem;
|
2347
2347
|
max-inline-size: none;
|
2348
|
+
}
|
2349
|
+
|
2350
|
+
.cds--modal-footer .cds--btn:not(.cds--skeleton) {
|
2348
2351
|
padding-block: 0.875rem 2rem;
|
2349
2352
|
}
|
2350
2353
|
|
@@ -7189,9 +7192,16 @@ a.cds--overflow-menu-options__btn::before {
|
|
7189
7192
|
}
|
7190
7193
|
}
|
7191
7194
|
|
7192
|
-
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch,
|
7193
|
-
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch {
|
7194
|
-
|
7195
|
+
.cds--toggle__button:focus + .cds--toggle__label .cds--toggle__switch::after,
|
7196
|
+
.cds--toggle:not(.cds--toggle--disabled):active .cds--toggle__switch::after {
|
7197
|
+
display: block;
|
7198
|
+
border: 2px solid var(--cds-focus, #0f62fe);
|
7199
|
+
border-radius: 1rem;
|
7200
|
+
block-size: calc(100% + 0.375rem);
|
7201
|
+
content: "";
|
7202
|
+
inline-size: calc(100% + 0.375rem);
|
7203
|
+
margin-block-start: -0.1875rem;
|
7204
|
+
margin-inline-start: -0.1875rem;
|
7195
7205
|
}
|
7196
7206
|
|
7197
7207
|
.cds--toggle__switch--checked {
|