Commit 65721f53 authored by Chris Rebert's avatar Chris Rebert

Use @link-hover-decoration for .btn-link too; fixes #15565

[skip sauce]
[skip validator]
parent fb6622a7
...@@ -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],
......
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