@carbon/styles 1.103.0-rc.0 → 1.104.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
|
@@ -7794,6 +7794,15 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7794
7794
|
vertical-align: text-bottom;
|
|
7795
7795
|
}
|
|
7796
7796
|
|
|
7797
|
+
.cds--link--lg .cds--link__icon > svg {
|
|
7798
|
+
block-size: 1.25rem;
|
|
7799
|
+
inline-size: 1.25rem;
|
|
7800
|
+
}
|
|
7801
|
+
|
|
7802
|
+
.cds--link--lg .cds--link__icon {
|
|
7803
|
+
block-size: 1.25rem;
|
|
7804
|
+
}
|
|
7805
|
+
|
|
7797
7806
|
.cds--chat-btn {
|
|
7798
7807
|
border-radius: 1.5rem;
|
|
7799
7808
|
}
|
|
@@ -11974,6 +11983,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
11974
11983
|
position: sticky;
|
|
11975
11984
|
z-index: 1;
|
|
11976
11985
|
display: flex;
|
|
11986
|
+
box-sizing: border-box;
|
|
11977
11987
|
align-items: center;
|
|
11978
11988
|
inset-block-start: 0;
|
|
11979
11989
|
padding-inline: var(--cds-layout-density-padding-inline-local);
|
|
@@ -12034,7 +12044,7 @@ fieldset[disabled] .cds--form__helper-text {
|
|
|
12034
12044
|
font-weight: var(--cds-heading-compact-01-font-weight, 600);
|
|
12035
12045
|
line-height: var(--cds-heading-compact-01-line-height, 1.28572);
|
|
12036
12046
|
letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
|
|
12037
|
-
background-color: var(--cds-background
|
|
12047
|
+
background-color: var(--cds-layer-background);
|
|
12038
12048
|
block-size: var(--cds-layout-size-height-local);
|
|
12039
12049
|
border-block-end: 1px solid var(--cds-border-subtle);
|
|
12040
12050
|
color: var(--cds-text-primary, #161616);
|
|
@@ -21480,7 +21490,7 @@ optgroup.cds--select-optgroup:disabled,
|
|
|
21480
21490
|
}
|
|
21481
21491
|
|
|
21482
21492
|
.cds--list--unordered.cds--list--nested > .cds--list__item::before {
|
|
21483
|
-
content: "
|
|
21493
|
+
content: "▪︎";
|
|
21484
21494
|
inset-inline-start: calc(-1 * 0.75rem);
|
|
21485
21495
|
}
|
|
21486
21496
|
|