Commit 6bf8636a authored by Mark Otto's avatar Mark Otto

Merge pull request #15567 from twbs/fix-15565

Use @link-hover-decoration for .btn-link too; fixes #15565
parents 61984347 65721f53
......@@ -107,7 +107,7 @@
&:hover,
&:focus {
color: @link-hover-color;
text-decoration: underline;
text-decoration: @link-hover-decoration;
background-color: transparent;
}
&[disabled],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment