Skip to content

Commit 271913a

Browse files
committed
fix(): refine text link with theme variant elevo
1 parent 885a719 commit 271913a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bricks/basic/src/link/link.shadow.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,4 +77,13 @@ eo-icon {
7777
--antd-btn-link-color: var(--elevo-color-brand);
7878
--antd-btn-link-hover-color: var(--elevo-color-brand-hover);
7979
--antd-btn-link-active-color: var(--elevo-color-brand-active);
80+
81+
.text {
82+
color: #595959;
83+
}
84+
85+
.underline {
86+
text-decoration: none;
87+
box-shadow: 0 1px 0 0 currentColor;
88+
}
8089
}

0 commit comments

Comments
 (0)