Commit 17a1a2e0 authored by iamkun's avatar iamkun Committed by luckyCao

fix link underline color (#15265)

parent 1a3a225d
...@@ -70,6 +70,11 @@ $typeMap: ( ...@@ -70,6 +70,11 @@ $typeMap: (
@include when(disabled) { @include when(disabled) {
color: mix($primaryColor, $--color-white, 50%) color: mix($primaryColor, $--color-white, 50%)
} }
@include when(underline) {
&:hover:after {
border-color: $primaryColor
}
}
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment