@carbon/styles 1.103.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
@@ -11983,6 +11983,7 @@ fieldset[disabled] .cds--form__helper-text {
11983
11983
  position: sticky;
11984
11984
  z-index: 1;
11985
11985
  display: flex;
11986
+ box-sizing: border-box;
11986
11987
  align-items: center;
11987
11988
  inset-block-start: 0;
11988
11989
  padding-inline: var(--cds-layout-density-padding-inline-local);
@@ -12043,7 +12044,7 @@ fieldset[disabled] .cds--form__helper-text {
12043
12044
  font-weight: var(--cds-heading-compact-01-font-weight, 600);
12044
12045
  line-height: var(--cds-heading-compact-01-line-height, 1.28572);
12045
12046
  letter-spacing: var(--cds-heading-compact-01-letter-spacing, 0.16px);
12046
- background-color: var(--cds-background, #ffffff);
12047
+ background-color: var(--cds-layer-background);
12047
12048
  block-size: var(--cds-layout-size-height-local);
12048
12049
  border-block-end: 1px solid var(--cds-border-subtle);
12049
12050
  color: var(--cds-text-primary, #161616);
@@ -21489,7 +21490,7 @@ optgroup.cds--select-optgroup:disabled,
21489
21490
  }
21490
21491
 
21491
21492
  .cds--list--unordered.cds--list--nested > .cds--list__item::before {
21492
- content: "";
21493
+ content: "▪︎";
21493
21494
  inset-inline-start: calc(-1 * 0.75rem);
21494
21495
  }
21495
21496