Commit c4d8aa2b authored by Tom Pietschker's avatar Tom Pietschker

rename the navbar-inverse-brand variables for consistency

parent cfea6d29
This diff is collapsed.
......@@ -193,8 +193,8 @@
color: @navbar-inverse-brand-color;
&:hover,
&:focus {
color: @navbar-inverse-brand-color-hover;
background-color: @navbar-inverse-brand-bg-hover;
color: @navbar-inverse-brand-hover-color;
background-color: @navbar-inverse-brand-hover-bg;
}
}
......
......@@ -190,8 +190,8 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-color-hover: #fff;
@navbar-inverse-brand-bg-hover: transparent;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: transparent;
// Inverted navbar links
@navbar-inverse-link-color: @grayLight;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment