From: UTGuy Date: Tue, 21 Aug 2012 14:21:28 +0000 (-0300) Subject: Update less/variables.less X-Git-Tag: v2.1.1~84^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4509%2Fhead;p=thirdparty%2Fbootstrap.git Update less/variables.less https://github.com/twitter/bootstrap/issues/4508 should fix this issue --- diff --git a/less/variables.less b/less/variables.less index a5c8cdd989..ae7440402b 100644 --- a/less/variables.less +++ b/less/variables.less @@ -57,7 +57,6 @@ @headingsFontWeight: bold; // instead of browser default, bold @headingsColor: inherit; // empty to use BS default, @textColor - // Tables // ------------------------- @tableBackground: transparent; // overall background-color @@ -65,7 +64,6 @@ @tableBackgroundHover: #f5f5f5; // for hover @tableBorder: #ddd; // table and cell border - // Buttons // ------------------------- @btnBackground: @white; @@ -109,10 +107,10 @@ @dropdownLinkColor: @grayDark; @dropdownLinkColorHover: @white; -@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; @dropdownLinkColorActive: @dropdownLinkColor; @dropdownLinkBackgroundActive: @linkColor; +@dropdownLinkBackgroundHover: @dropdownLinkBackgroundActive; @@ -157,8 +155,8 @@ @navbarCollapseWidth: 979px; @navbarHeight: 40px; -@navbarBackground: darken(@navbarBackgroundHighlight, 5%); @navbarBackgroundHighlight: #ffffff; +@navbarBackground: darken(@navbarBackgroundHighlight, 5%); @navbarBorder: darken(@navbarBackground, 12%); @navbarText: @gray;