aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorAndrew Saint <[email protected]>2014-10-12 10:40:10 +0100
committerAndrew Saint <[email protected]>2014-10-12 10:40:10 +0100
commit86eac52cceb6b215bf14636f9d8db97c6987777d (patch)
treee1002e0c6c2aabbf33d1e8e42c26c8a1a6a991ef /less
parent4a89fd02b743d5a99e06dbf6e87b8a58366c3dcb (diff)
downloadbootstrap-86eac52cceb6b215bf14636f9d8db97c6987777d.tar.xz
bootstrap-86eac52cceb6b215bf14636f9d8db97c6987777d.zip
Added link hover decoration variable
Diffstat (limited to 'less')
-rw-r--r--less/scaffolding.less2
-rw-r--r--less/variables.less2
2 files changed, 3 insertions, 1 deletions
diff --git a/less/scaffolding.less b/less/scaffolding.less
index c1e270fb7..2a40fbcbe 100644
--- a/less/scaffolding.less
+++ b/less/scaffolding.less
@@ -52,7 +52,7 @@ a {
&:hover,
&:focus {
color: @link-hover-color;
- text-decoration: underline;
+ text-decoration: @link-hover-decoration;
}
&:focus {
diff --git a/less/variables.less b/less/variables.less
index 86d53e629..b77e77d3c 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -34,6 +34,8 @@
@link-color: @brand-primary;
//** Link hover color set via `darken()` function.
@link-hover-color: darken(@link-color, 15%);
+//** Link hover decoration.
+@link-hover-decoration: underline;
//== Typography