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:
parent
b4cb48d9f3
commit
b5fb4f7d6b
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue