2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-17 19:21:23 +03:00

rename the navbar-inverse-brand variables for consistency

This commit is contained in:
Tom Pietschker
2013-04-07 17:47:53 -04:00
parent cfea6d295e
commit c4d8aa2b0f
3 changed files with 339 additions and 1078 deletions
+335 -1074
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -193,8 +193,8 @@
color: @navbar-inverse-brand-color; color: @navbar-inverse-brand-color;
&:hover, &:hover,
&:focus { &:focus {
color: @navbar-inverse-brand-color-hover; color: @navbar-inverse-brand-hover-color;
background-color: @navbar-inverse-brand-bg-hover; background-color: @navbar-inverse-brand-hover-bg;
} }
} }
+2 -2
View File
@@ -190,8 +190,8 @@
// Inverted navbar brand label // Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color; @navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-color-hover: #fff; @navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-bg-hover: transparent; @navbar-inverse-brand-hover-bg: transparent;
// Inverted navbar links // Inverted navbar links
@navbar-inverse-link-color: @grayLight; @navbar-inverse-link-color: @grayLight;