From 5fc5d26917f5e4be3c6448569da750ec52234e93 Mon Sep 17 00:00:00 2001 From: UTGuy Date: Tue, 21 Aug 2012 11:21:28 -0300 Subject: [PATCH] Update less/variables.less https://github.com/twitter/bootstrap/issues/4508 should fix this issue --- less/variables.less | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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;