]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Reordering variables that were being used before they were declared. Under some compi... 7528/head
authorAgustin Colchado <agustin@colchado.com>
Wed, 10 Apr 2013 09:27:11 +0000 (02:27 -0700)
committerAgustin Colchado <agustin@colchado.com>
Wed, 10 Apr 2013 09:27:11 +0000 (02:27 -0700)
@dropdown-link-active-bg
@navbar-link-color
@navbar-inverse-link-color

less/variables.less

index 30ac7a59d7ef56adabab97a04532c16b19f778c4..cafd3919beae92eeb33a56fe7c4c1a8c095a99b5 100644 (file)
 @dropdown-divider-top:           #e5e5e5;
 @dropdown-divider-bottom:        #fff;
 
-@dropdown-link-color:            @grayDark;
-@dropdown-link-hover-color:      #fff;
-@dropdown-link-hover-bg:         @dropdown-link-active-bg;
-
 @dropdown-link-active-color:     #fff;
 @dropdown-link-active-bg:        @component-active-bg;
 
+@dropdown-link-color:            @grayDark;
+@dropdown-link-hover-color:      #fff;
+@dropdown-link-hover-bg:         @dropdown-link-active-bg;
 
 
 // COMPONENT VARIABLES
 @navbar-text:                      #777;
 @navbar-bg:                        #eee;
 
-// Navbar brand label
-@navbar-brand-color:               @navbar-link-color;
-@navbar-brand-hover-color:         darken(@navbar-link-color, 10%);
-@navbar-brand-hover-bg:            transparent;
-
 // Navbar links
 @navbar-link-color:                #777;
 @navbar-link-hover-color:          #333;
 @navbar-link-disabled-color:       #ccc;
 @navbar-link-disabled-bg:          transparent;
 
+// Navbar brand label
+@navbar-brand-color:               @navbar-link-color;
+@navbar-brand-hover-color:         darken(@navbar-link-color, 10%);
+@navbar-brand-hover-bg:            transparent;
+
 // Inverted navbar
 @navbar-inverse-text:                       @grayLight;
 @navbar-inverse-bg:                         #222;
 
-// Inverted navbar brand label
-@navbar-inverse-brand-color:                @navbar-inverse-link-color;
-@navbar-inverse-brand-hover-color:          #fff;
-@navbar-inverse-brand-hover-bg:             transparent;
-
 // Inverted navbar links
 @navbar-inverse-link-color:                 @grayLight;
 @navbar-inverse-link-hover-color:           #fff;
 @navbar-inverse-link-disabled-color:        #444;
 @navbar-inverse-link-disabled-bg:           transparent;
 
+// Inverted navbar brand label
+@navbar-inverse-brand-color:                @navbar-inverse-link-color;
+@navbar-inverse-brand-hover-color:          #fff;
+@navbar-inverse-brand-hover-bg:             transparent;
+
 // Inverted navbar search
 // Normal navbar needs no special styles or vars
 @navbar-inverse-search-bg:                  lighten(@navbar-inverse-bg, 25%);