mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-24 00:10:24 +00:00
Merge pull request #15567 from twbs/fix-15565
Use @link-hover-decoration for .btn-link too; fixes #15565
This commit is contained in:
commit
6bf8636a91
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@
|
|||
&:hover,
|
||||
&:focus {
|
||||
color: @link-hover-color;
|
||||
text-decoration: underline;
|
||||
text-decoration: @link-hover-decoration;
|
||||
background-color: transparent;
|
||||
}
|
||||
&[disabled],
|
||||
|
|
|
|||
Loading…
Reference in a new issue