mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Use @link-hover-decoration for .btn-link too; fixes #15565
[skip sauce] [skip validator]
This commit is contained in:
parent
fb6622a7d4
commit
65721f5315
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…
Add table
Reference in a new issue