Skip to content

Commit

Permalink
no background color on navbar brand hover, closes thomaspark#131
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 17, 2013
1 parent 2716b97 commit 55386fe
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ button.close {
.navbar-brand:focus {
color: #ffffff;
text-decoration: none;
background-color: #d92432;
background-color: none;
}

.navbar-toggle {
Expand Down
2 changes: 1 addition & 1 deletion amelia/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amelia/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
// Navbar brand label
@navbar-brand-color: @navbar-link-color;
@navbar-brand-hover-color: @navbar-brand-color;
@navbar-brand-hover-bg: @navbar-link-hover-bg;
@navbar-brand-hover-bg: none;

// Navbar toggle
@navbar-toggle-hover-bg: @navbar-link-hover-bg;
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3591,7 +3591,7 @@ button.close {
.navbar-brand:focus {
color: #ffffff;
text-decoration: none;
background-color: #178acc;
background-color: none;
}

.navbar-toggle {
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cerulean/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
// Navbar brand label
@navbar-brand-color: @navbar-link-color;
@navbar-brand-hover-color: #fff;
@navbar-brand-hover-bg: @navbar-link-hover-bg;
@navbar-brand-hover-bg: none;

// Navbar toggle
@navbar-toggle-hover-bg: #ddd;
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ button.close {
.navbar-brand:focus {
color: #ffffff;
text-decoration: none;
background-color: #090909;
background-color: none;
}

.navbar-toggle {
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cosmo/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
// Navbar brand label
@navbar-brand-color: @navbar-link-color;
@navbar-brand-hover-color: #fff;
@navbar-brand-hover-bg: @navbar-link-hover-bg;
@navbar-brand-hover-bg: none;

// Navbar toggle
@navbar-toggle-hover-bg: #ddd;
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3593,7 +3593,7 @@ button.close {
.navbar-brand:focus {
color: #ffffff;
text-decoration: none;
background-color: #97310e;
background-color: none;
}

.navbar-toggle {
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion united/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@
// Navbar brand label
@navbar-brand-color: @navbar-link-color;
@navbar-brand-hover-color: #fff;
@navbar-brand-hover-bg: @navbar-link-hover-bg;
@navbar-brand-hover-bg: none;

// Navbar toggle
@navbar-toggle-hover-bg: #ddd;
Expand Down

0 comments on commit 55386fe

Please sign in to comment.