@carbon/styles 1.109.0 → 1.110.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
@@ -7834,12 +7834,10 @@ a.cds--overflow-menu-options__btn::before {
7834
7834
  text-decoration: none;
7835
7835
  }
7836
7836
 
7837
- .cds--link.cds--link--visited,
7838
7837
  .cds--link.cds--link--visited:visited {
7839
7838
  color: var(--cds-link-visited-text-color, var(--cds-link-visited, #8a3ffc));
7840
7839
  }
7841
7840
 
7842
- .cds--link.cds--link--visited:hover,
7843
7841
  .cds--link.cds--link--visited:visited:hover {
7844
7842
  color: var(--cds-link-hover-text-color, var(--cds-link-primary-hover, #0043ce));
7845
7843
  }
@@ -18560,7 +18558,7 @@ button.cds--dropdown-text:focus {
18560
18558
  }
18561
18559
 
18562
18560
  .cds--multi-select.cds--multi-select--selectall .cds--list-box__menu-item:first-child .cds--list-box__menu-item__option {
18563
- padding: 0.6875rem 1rem;
18561
+ padding: calc((var(--cds-layout-size-height-local) - 1lh) / 2 - 1px) 1rem;
18564
18562
  margin: 0;
18565
18563
  border-block-end: 1px solid var(--cds-border-subtle-01, #c6c6c6);
18566
18564
  }
@@ -21336,7 +21334,7 @@ optgroup.cds--select-optgroup:disabled,
21336
21334
  }
21337
21335
 
21338
21336
  .cds--menu-button__container {
21339
- display: contents;
21337
+ display: inline-flex;
21340
21338
  }
21341
21339
 
21342
21340
  .cds--menu-button__trigger:not(.cds--btn--ghost) {