Skip to content

Commit

Permalink
remove hover background on navbar-inverse-brand, fixes thomaspark#133
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaspark committed Aug 17, 2013
1 parent 7d46080 commit 462641f
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion amelia/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ button.close {
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: #e5c953;
background-color: none;
}

.navbar-inverse .navbar-text {
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 @@ -278,7 +278,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: @navbar-inverse-link-hover-bg;
@navbar-inverse-brand-hover-bg: none;

// Inverted navbar search
// Normal navbar needs no special styles or vars
Expand Down
2 changes: 1 addition & 1 deletion cerulean/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3862,7 +3862,7 @@ button.close {
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: #022241;
background-color: none;
}

.navbar-inverse .navbar-text {
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 @@ -278,7 +278,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: @navbar-inverse-link-hover-bg;
@navbar-inverse-brand-hover-bg: none;

// Inverted navbar search
// Normal navbar needs no special styles or vars
Expand Down
2 changes: 1 addition & 1 deletion cosmo/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ button.close {
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: #0066cc;
background-color: none;
}

.navbar-inverse .navbar-text {
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 @@ -278,7 +278,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: @navbar-inverse-link-active-bg;
@navbar-inverse-brand-hover-bg: none;

// Inverted navbar search
// Normal navbar needs no special styles or vars
Expand Down
4 changes: 2 additions & 2 deletions slate/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3589,7 +3589,7 @@ button.close {

.navbar-brand:hover,
.navbar-brand:focus {
color: #c8c8c8;
color: #ffffff;
text-decoration: none;
background-color: none;
}
Expand Down Expand Up @@ -3862,7 +3862,7 @@ button.close {
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: #5d6368;
background-color: none;
}

.navbar-inverse .navbar-text {
Expand Down
2 changes: 1 addition & 1 deletion slate/bootstrap.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions slate/variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@

// Navbar brand label
@navbar-brand-color: @navbar-link-color;
@navbar-brand-hover-color: @navbar-link-color;
@navbar-brand-hover-color: #fff;
@navbar-brand-hover-bg: none;

// Navbar toggle
Expand Down Expand Up @@ -278,7 +278,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: @navbar-inverse-link-active-bg;
@navbar-inverse-brand-hover-bg: none;

// Inverted navbar search
// Normal navbar needs no special styles or vars
Expand Down
2 changes: 1 addition & 1 deletion united/bootstrap.css
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ button.close {
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
color: #ffffff;
background-color: #3e152b;
background-color: none;
}

.navbar-inverse .navbar-text {
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 @@ -278,7 +278,7 @@
// Inverted navbar brand label
@navbar-inverse-brand-color: @navbar-inverse-link-color;
@navbar-inverse-brand-hover-color: #fff;
@navbar-inverse-brand-hover-bg: @navbar-inverse-link-hover-bg;
@navbar-inverse-brand-hover-bg: none;

// Inverted navbar search
// Normal navbar needs no special styles or vars
Expand Down

0 comments on commit 462641f

Please sign in to comment.