@carbon/styles 1.88.0 → 1.89.0-rc.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
@@ -6078,8 +6078,7 @@ li.cds--accordion__item--disabled:last-of-type {
6078
6078
  .cds--slug .cds--slug-actions {
6079
6079
  position: absolute;
6080
6080
  justify-content: flex-end;
6081
- -webkit-backdrop-filter: blur(85px);
6082
- backdrop-filter: blur(85px);
6081
+ backdrop-filter: blur(85px);
6083
6082
  background: rgba(0, 0, 0, 0.01);
6084
6083
  border-end-end-radius: 0.5rem;
6085
6084
  border-end-start-radius: 0.5rem;
@@ -11525,6 +11524,7 @@ fieldset[disabled] .cds--form__helper-text {
11525
11524
  background-color: transparent;
11526
11525
  }
11527
11526
  .cds--content-switcher-btn.cds--content-switcher--selected:disabled {
11527
+ border-radius: 0.25rem;
11528
11528
  background-color: var(--cds-button-disabled, #c6c6c6);
11529
11529
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
11530
11530
  }