mirror of https://github.com/ElemeFE/element
fix link underline color (#15265)
parent
1a3a225d73
commit
17a1a2e0b4
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue