@carbon/styles 1.86.0-rc.0 → 1.86.1-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
@@ -3825,6 +3825,7 @@ em {
3825
3825
  }
3826
3826
 
3827
3827
  .cds--accordion__heading[disabled] {
3828
+ background-color: transparent;
3828
3829
  color: var(--cds-text-disabled, rgba(22, 22, 22, 0.25));
3829
3830
  cursor: not-allowed;
3830
3831
  }
@@ -4641,6 +4642,10 @@ li.cds--accordion__item--disabled:last-of-type {
4641
4642
  overflow-wrap: break-word;
4642
4643
  }
4643
4644
 
4645
+ .cds--tooltip-content--multiline {
4646
+ padding: var(--cds-tooltip-padding-inline, 1rem);
4647
+ }
4648
+
4644
4649
  .cds--icon-tooltip {
4645
4650
  --cds-tooltip-padding-block: 0.125rem;
4646
4651
  --cds-popover-caret-width: 0.5rem;