]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update less/variables.less 4509/head
authorUTGuy <mikel.walters@gmail.com>
Tue, 21 Aug 2012 14:21:28 +0000 (11:21 -0300)
committerUTGuy <mikel.walters@gmail.com>
Tue, 21 Aug 2012 14:21:28 +0000 (11:21 -0300)
https://github.com/twitter/bootstrap/issues/4508

should fix this issue

less/variables.less

index a5c8cdd9893841e9dba79ac432d3f76669e881a5..ae7440402b48ee369ccaa77cdd0b26ba0baa7055 100644 (file)
@@ -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;
 @dropdownLinkColor:             @grayDark;
 
 @dropdownLinkColorHover:        @white;
-@dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;
 
 @dropdownLinkColorActive:       @dropdownLinkColor;
 @dropdownLinkBackgroundActive:  @linkColor;
+@dropdownLinkBackgroundHover:   @dropdownLinkBackgroundActive;
 
 
 
 @navbarCollapseWidth:             979px;
 
 @navbarHeight:                    40px;
-@navbarBackground:                darken(@navbarBackgroundHighlight, 5%);
 @navbarBackgroundHighlight:       #ffffff;
+@navbarBackground:                darken(@navbarBackgroundHighlight, 5%);
 @navbarBorder:                    darken(@navbarBackground, 12%);
 
 @navbarText:                      @gray;