@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-
|
|
5959
|
-
font-weight: var(--cds-
|
|
5960
|
-
line-height: var(--cds-
|
|
5961
|
-
letter-spacing: var(--cds-
|
|
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
|
|
26206
|
-
|
|
26207
|
-
|
|
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
|
|