@carbon/styles 1.102.0 → 1.103.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 +14 -2
- package/css/styles.min.css +1 -1
- package/package.json +9 -9
- package/scss/components/link/_link.scss +18 -3
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
|
|
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,20 @@ a.cds--overflow-menu-options__btn::before {
|
|
|
7787
7787
|
|
|
7788
7788
|
.cds--link__icon {
|
|
7789
7789
|
display: inline-flex;
|
|
7790
|
-
align-
|
|
7790
|
+
align-items: center;
|
|
7791
|
+
block-size: 1lh;
|
|
7792
|
+
line-height: inherit;
|
|
7791
7793
|
margin-inline-start: 0.5rem;
|
|
7794
|
+
vertical-align: text-bottom;
|
|
7795
|
+
}
|
|
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;
|
|
7792
7804
|
}
|
|
7793
7805
|
|
|
7794
7806
|
.cds--chat-btn {
|