mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-29 21:52:22 +01:00
fixes #17385: add var for default link decoration
This commit is contained in:
parent
7f18d02e56
commit
8f9e50c02d
@ -146,7 +146,7 @@ blockquote {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
color: $link-color;
|
color: $link-color;
|
||||||
text-decoration: none;
|
text-decoration: $link-decoration;
|
||||||
|
|
||||||
@include hover-focus {
|
@include hover-focus {
|
||||||
color: $link-hover-color;
|
color: $link-hover-color;
|
||||||
|
@ -76,6 +76,7 @@ $body-color: $gray-dark !default;
|
|||||||
// Style anchor elements.
|
// Style anchor elements.
|
||||||
|
|
||||||
$link-color: $brand-primary !default;
|
$link-color: $brand-primary !default;
|
||||||
|
$link-decoration: none !default;
|
||||||
$link-hover-color: darken($link-color, 15%) !default;
|
$link-hover-color: darken($link-color, 15%) !default;
|
||||||
$link-hover-decoration: underline !default;
|
$link-hover-decoration: underline !default;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user