fix link underline color (#15265)

pull/15269/head
iamkun 2019-04-25 16:29:59 +08:00 committed by luckyCao
parent 1a3a225d73
commit 17a1a2e0b4
1 changed files with 5 additions and 0 deletions

View File

@ -70,6 +70,11 @@ $typeMap: (
@include when(disabled) {
color: mix($primaryColor, $--color-white, 50%)
}
@include when(underline) {
&:hover:after {
border-color: $primaryColor
}
}
}
}