@carbon/styles 1.99.0-rc.0 → 1.99.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
@@ -5955,10 +5955,10 @@ li.cds--accordion__item--disabled:last-of-type {
5955
5955
  }
5956
5956
 
5957
5957
  .cds--toggletip-label {
5958
- font-size: var(--cds-body-01-font-size, 0.875rem);
5959
- font-weight: var(--cds-body-01-font-weight, 400);
5960
- line-height: var(--cds-body-01-line-height, 1.42857);
5961
- letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
5958
+ font-size: var(--cds-label-01-font-size, 0.75rem);
5959
+ font-weight: var(--cds-label-01-font-weight, 400);
5960
+ line-height: var(--cds-label-01-line-height, 1.33333);
5961
+ letter-spacing: var(--cds-label-01-letter-spacing, 0.32px);
5962
5962
  color: var(--cds-text-secondary, #525252);
5963
5963
  margin-inline-end: 0.5rem;
5964
5964
  }
@@ -26202,9 +26202,11 @@ span.cds--pagination__text.cds--pagination__items-count {
26202
26202
  }
26203
26203
 
26204
26204
  @media screen and (-ms-high-contrast: active), (forced-colors: active) {
26205
- .cds--tabs__nav-item .cds--tabs__nav-item--selected .cds--tabs__nav-item--selected {
26206
- color: Highlight;
26207
- outline: 1px solid Highlight;
26205
+ .cds--tabs__nav-item--selected .cds--tabs__nav-link,
26206
+ .cds--tabs__nav-item--selected.cds--tabs__nav-link,
26207
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected,
26208
+ .cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected.cds--tabs__nav-link {
26209
+ background-color: SelectedItem;
26208
26210
  }
26209
26211
  }
26210
26212