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…
Add table
Add a link
Reference in a new issue