Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
masonstrap
Commits
462641fa
Commit
462641fa
authored
Aug 17, 2013
by
Thomas Park
Browse files
remove hover background on navbar-inverse-brand, fixes #133
parent
7d460804
Changes
15
Expand all
Hide whitespace changes
Inline
Side-by-side
amelia/bootstrap.css
View file @
462641fa
...
...
@@ -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
{
...
...
amelia/bootstrap.min.css
View file @
462641fa
This diff is collapsed.
Click to expand it.
amelia/variables.less
View file @
462641fa
...
...
@@ -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
...
...
cerulean/bootstrap.css
View file @
462641fa
...
...
@@ -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
{
...
...
cerulean/bootstrap.min.css
View file @
462641fa
This diff is collapsed.
Click to expand it.
cerulean/variables.less
View file @
462641fa
...
...
@@ -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
...
...
cosmo/bootstrap.css
View file @
462641fa
...
...
@@ -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
{
...
...
cosmo/bootstrap.min.css
View file @
462641fa
This diff is collapsed.
Click to expand it.
cosmo/variables.less
View file @
462641fa
...
...
@@ -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
...
...
slate/bootstrap.css
View file @
462641fa
...
...
@@ -3589,7 +3589,7 @@ button.close {
.navbar-brand
:hover
,
.navbar-brand
:focus
{
color
:
#
c8c8c8
;
color
:
#
ffffff
;
text-decoration
:
none
;
background-color
:
none
;
}
...
...
@@ -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
{
...
...
slate/bootstrap.min.css
View file @
462641fa
This diff is collapsed.
Click to expand it.
slate/variables.less
View file @
462641fa
...
...
@@ -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
...
...
@@ -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
...
...
united/bootstrap.css
View file @
462641fa
...
...
@@ -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
{
...
...
united/bootstrap.min.css
View file @
462641fa
This diff is collapsed.
Click to expand it.
united/variables.less
View file @
462641fa
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment