@carbon/styles 1.102.0 → 1.103.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
@@ -7679,7 +7679,7 @@ a.cds--overflow-menu-options__btn::before {
7679
7679
  font-weight: var(--cds-body-compact-01-font-weight, 400);
7680
7680
  line-height: var(--cds-body-compact-01-line-height, 1.28572);
7681
7681
  letter-spacing: var(--cds-body-compact-01-letter-spacing, 0.16px);
7682
- display: inline-flex;
7682
+ display: inline;
7683
7683
  color: var(--cds-link-text-color, var(--cds-link-primary, #0f62fe));
7684
7684
  outline: none;
7685
7685
  text-decoration: none;
@@ -7787,8 +7787,11 @@ a.cds--overflow-menu-options__btn::before {
7787
7787
 
7788
7788
  .cds--link__icon {
7789
7789
  display: inline-flex;
7790
- align-self: center;
7790
+ align-items: center;
7791
+ block-size: 1lh;
7792
+ line-height: inherit;
7791
7793
  margin-inline-start: 0.5rem;
7794
+ vertical-align: text-bottom;
7792
7795
  }
7793
7796
 
7794
7797
  .cds--chat-btn {