mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-02 03:40:26 +02:00
rename the navbar-inverse-brand variables for consistency
This commit is contained in:
1411
docs/assets/css/bootstrap.css
vendored
1411
docs/assets/css/bootstrap.css
vendored
File diff suppressed because it is too large
Load Diff
@@ -193,8 +193,8 @@
|
|||||||
color: @navbar-inverse-brand-color;
|
color: @navbar-inverse-brand-color;
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
color: @navbar-inverse-brand-color-hover;
|
color: @navbar-inverse-brand-hover-color;
|
||||||
background-color: @navbar-inverse-brand-bg-hover;
|
background-color: @navbar-inverse-brand-hover-bg;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -190,8 +190,8 @@
|
|||||||
|
|
||||||
// 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: #fff;
|
@navbar-inverse-brand-hover-color: #fff;
|
||||||
@navbar-inverse-brand-bg-hover: transparent;
|
@navbar-inverse-brand-hover-bg: transparent;
|
||||||
|
|
||||||
// Inverted navbar links
|
// Inverted navbar links
|
||||||
@navbar-inverse-link-color: @grayLight;
|
@navbar-inverse-link-color: @grayLight;
|
||||||
|
Reference in New Issue
Block a user