@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.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
- box-shadow: 0 0 0 1px var(--cds-focus-inset, #ffffff), 0 0 0 3px var(--cds-focus, #0f62fe);
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 {