@carbon/styles 1.99.0-rc.0 → 1.100.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
|
@@ -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
|
}
|
|
@@ -22790,6 +22790,10 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
22790
22790
|
padding: 0.9375rem 0;
|
|
22791
22791
|
}
|
|
22792
22792
|
|
|
22793
|
+
.cds--actionable-notification__focus-wrapper {
|
|
22794
|
+
display: contents;
|
|
22795
|
+
}
|
|
22796
|
+
|
|
22793
22797
|
.cds--actionable-notification__button-wrapper {
|
|
22794
22798
|
display: flex;
|
|
22795
22799
|
}
|
|
@@ -26202,9 +26206,11 @@ span.cds--pagination__text.cds--pagination__items-count {
|
|
|
26202
26206
|
}
|
|
26203
26207
|
|
|
26204
26208
|
@media screen and (-ms-high-contrast: active), (forced-colors: active) {
|
|
26205
|
-
.cds--tabs__nav-item
|
|
26206
|
-
|
|
26207
|
-
|
|
26209
|
+
.cds--tabs__nav-item--selected .cds--tabs__nav-link,
|
|
26210
|
+
.cds--tabs__nav-item--selected.cds--tabs__nav-link,
|
|
26211
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected,
|
|
26212
|
+
.cds--tabs.cds--tabs--contained .cds--tabs__nav-item--selected.cds--tabs__nav-link {
|
|
26213
|
+
background-color: SelectedItem;
|
|
26208
26214
|
}
|
|
26209
26215
|
}
|
|
26210
26216
|
|