mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 12:51:52 +02:00
Use @link-hover-decoration for .btn-link too; fixes #15565
[skip sauce] [skip validator]
This commit is contained in:
@@ -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],
|
||||||
|
Reference in New Issue
Block a user