Skip to content

Commit 5476570

Browse files
iamkunFeng
authored andcommitted
fix link underline color (ElemeFE#15265)
1 parent b43b8ea commit 5476570

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/theme-chalk/src/link.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ $typeMap: (
7070
@include when(disabled) {
7171
color: mix($primaryColor, $--color-white, 50%)
7272
}
73+
@include when(underline) {
74+
&:hover:after {
75+
border-color: $primaryColor
76+
}
77+
}
7378
}
7479
}
7580

0 commit comments

Comments
 (0)