diff options
| author | Tom Pietschker <[email protected]> | 2013-04-07 17:47:53 -0400 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-04-07 17:47:53 -0400 |
| commit | c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502 (patch) | |
| tree | 3f1fedd8af64bb4a8aeb41936340614c31316d3c /less | |
| parent | cfea6d295e697f82b25149f0c853e3a18fd11062 (diff) | |
| download | bootstrap-c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502.tar.xz bootstrap-c4d8aa2b0f1345ec9b51ad1e1fd9a9f61a3f5502.zip | |
rename the navbar-inverse-brand variables for consistency
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 4 | ||||
| -rw-r--r-- | less/variables.less | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/less/navbar.less b/less/navbar.less index ac950ca9b..01d747ef5 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -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; } } diff --git a/less/variables.less b/less/variables.less index 57a08f3b2..bfac5a1a5 100644 --- a/less/variables.less +++ b/less/variables.less @@ -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; |
