@carbon/styles 1.81.0 → 1.82.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 +8 -0
- package/css/styles.min.css +1 -1
- package/package.json +2 -2
- package/scss/components/breadcrumb/_breadcrumb.scss +5 -0
- package/scss/components/modal/_modal.scss +2 -0
- package/scss/components/slider/_slider.scss +1 -0
- package/scss/components/text-area/_text-area.scss +1 -0
- package/scss/components/text-input/_text-input.scss +1 -0
- package/scss/components/tooltip/_tooltip.scss +2 -1
package/css/styles.css
CHANGED
|
@@ -4601,6 +4601,7 @@ li.cds--accordion__item--disabled:last-of-type {
|
|
|
4601
4601
|
letter-spacing: var(--cds-body-01-letter-spacing, 0.16px);
|
|
4602
4602
|
padding: var(--cds-tooltip-padding-block, 1rem) var(--cds-tooltip-padding-inline, 1rem);
|
|
4603
4603
|
max-inline-size: 18rem;
|
|
4604
|
+
overflow-wrap: break-word;
|
|
4604
4605
|
}
|
|
4605
4606
|
|
|
4606
4607
|
.cds--icon-tooltip {
|
|
@@ -6596,6 +6597,11 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
6596
6597
|
margin-inline-end: 0.25rem;
|
|
6597
6598
|
}
|
|
6598
6599
|
|
|
6600
|
+
.cds--breadcrumb--sm .cds--breadcrumb-item .cds--link {
|
|
6601
|
+
justify-content: center;
|
|
6602
|
+
min-inline-size: 0.75rem;
|
|
6603
|
+
}
|
|
6604
|
+
|
|
6599
6605
|
.cds--breadcrumb-item .cds--link:visited {
|
|
6600
6606
|
color: var(--cds-link-primary, #0f62fe);
|
|
6601
6607
|
}
|
|
@@ -19913,6 +19919,8 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
19913
19919
|
grid-column: 1/-1;
|
|
19914
19920
|
grid-row: 1/1;
|
|
19915
19921
|
margin-block-end: 0.5rem;
|
|
19922
|
+
max-block-size: 50vh;
|
|
19923
|
+
overflow-y: auto;
|
|
19916
19924
|
padding-block-start: 1rem;
|
|
19917
19925
|
padding-inline: 1rem 3rem;
|
|
19918
19926
|
}
|