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

Merge pull request #15567 from twbs/fix-15565

Use @link-hover-decoration for .btn-link too; fixes #15565
parents 61984347 65721f53
Showing with 1 addition and 1 deletion
+1 -1
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
&:hover, &:hover,
&:focus { &:focus {
color: @link-hover-color; color: @link-hover-color;
text-decoration: underline; text-decoration: @link-hover-decoration;
background-color: transparent; background-color: transparent;
} }
&[disabled], &[disabled],
......
Supports Markdown
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