We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885a719 commit 271913aCopy full SHA for 271913a
bricks/basic/src/link/link.shadow.css
@@ -77,4 +77,13 @@ eo-icon {
77
--antd-btn-link-color: var(--elevo-color-brand);
78
--antd-btn-link-hover-color: var(--elevo-color-brand-hover);
79
--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
89
}
0 commit comments