From: Andrew Saint Date: Sun, 12 Oct 2014 09:40:10 +0000 (+0100) Subject: Added link hover decoration variable X-Git-Tag: v3.3.0~57^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86eac52cceb6b215bf14636f9d8db97c6987777d;p=thirdparty%2Fbootstrap.git Added link hover decoration variable --- diff --git a/less/scaffolding.less b/less/scaffolding.less index c1e270fb74..2a40fbcbe4 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 86d53e629b..b77e77d3c2 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