mirror of
https://github.com/twbs/bootstrap.git
synced 2024-11-29 11:24:18 +01:00
Added link hover decoration variable
This commit is contained in:
parent
4a89fd02b7
commit
86eac52cce
@ -52,7 +52,7 @@ a {
|
|||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @link-hover-color;
|
color: @link-hover-color;
|
||||||
text-decoration: underline;
|
text-decoration: @link-hover-decoration;
|
||||||
}
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
|
@ -34,6 +34,8 @@
|
|||||||
@link-color: @brand-primary;
|
@link-color: @brand-primary;
|
||||||
//** Link hover color set via `darken()` function.
|
//** Link hover color set via `darken()` function.
|
||||||
@link-hover-color: darken(@link-color, 15%);
|
@link-hover-color: darken(@link-color, 15%);
|
||||||
|
//** Link hover decoration.
|
||||||
|
@link-hover-decoration: underline;
|
||||||
|
|
||||||
|
|
||||||
//== Typography
|
//== Typography
|
||||||
|
Loading…
Reference in New Issue
Block a user