1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

Add text-decoration to .btn-link. (#28169)

This commit is contained in:
Bardi Harborow 2019-02-06 21:33:03 +00:00 committed by Martijn Cuppens
parent b4cb48d9f3
commit b5fb4f7d6b

View file

@ -76,6 +76,7 @@ fieldset:disabled a.btn {
.btn-link {
font-weight: $font-weight-normal;
color: $link-color;
text-decoration: $link-decoration;
@include hover {
color: $link-hover-color;