mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Use @link-hover-decoration for .btn-link too; fixes #15565
[skip sauce] [skip validator]
This commit is contained in:
parent
fb6622a7d4
commit
65721f5315
@ -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 New Issue
Block a user