mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 02:54:01 +02:00
White navbar brand text for inverted navbar
This commit is contained in:
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -3228,7 +3228,7 @@ button.close {
|
|||||||
|
|
||||||
.navbar-inverse .brand:hover,
|
.navbar-inverse .brand:hover,
|
||||||
.navbar-inverse .brand:focus {
|
.navbar-inverse .brand:focus {
|
||||||
color: #808080;
|
color: #ffffff;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -199,7 +199,7 @@
|
|||||||
|
|
||||||
// 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: darken(@navbar-inverse-link-color, 10%);
|
@navbar-inverse-brand-color-hover: #fff;
|
||||||
@navbar-inverse-brand-bg-hover: transparent;
|
@navbar-inverse-brand-bg-hover: transparent;
|
||||||
|
|
||||||
// Inverted navbar links
|
// Inverted navbar links
|
||||||
|
Reference in New Issue
Block a user