mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-21 20:55:50 +02:00
#1707: remove rgba() background override on navbar active items for customization
This commit is contained in:
Binary file not shown.
1
docs/assets/css/bootstrap.css
vendored
1
docs/assets/css/bootstrap.css
vendored
@@ -2550,7 +2550,6 @@ button.btn.small, input[type="submit"].btn.small {
|
|||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #222222;
|
background-color: #222222;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
|
||||||
}
|
}
|
||||||
.navbar .divider-vertical {
|
.navbar .divider-vertical {
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
@@ -205,7 +205,6 @@
|
|||||||
color: @navbarLinkColorHover;
|
color: @navbarLinkColorHover;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: @navbarBackground;
|
background-color: @navbarBackground;
|
||||||
background-color: rgba(0,0,0,.5);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dividers (basically a vertical hr)
|
// Dividers (basically a vertical hr)
|
||||||
|
Reference in New Issue
Block a user