mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-11 18:02:28 +03:00
Merge branch '2.3.0-wip' into 3.0.0-wip
Conflicts: docs/assets/css/bootstrap-responsive.css docs/assets/css/bootstrap.css docs/examples/hero.html less/buttons.less less/carousel.less less/close.less less/dropdowns.less less/labels-badges.less less/mixins.less less/navbar.less less/navs.less less/pagination.less less/responsive-navbar.less less/scaffolding.less less/sprites.less less/thumbnails.less less/type.less
This commit is contained in:
+6
-3
@@ -75,7 +75,8 @@
|
||||
font-weight: 500;
|
||||
line-height: @line-height-base;
|
||||
color: @navbar-brand-color;
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @navbar-brand-color-hover;
|
||||
text-decoration: none;
|
||||
background-color: @navbar-brand-bg-hover;
|
||||
@@ -130,7 +131,8 @@
|
||||
// Dropdown menu items and carets
|
||||
.navbar .nav {
|
||||
// Caret should match text color on hover
|
||||
li.dropdown > a:hover .caret {
|
||||
li.dropdown > a:hover .caret,
|
||||
li.dropdown > a:focus .caret {
|
||||
border-top-color: @navbar-link-color-hover;
|
||||
border-bottom-color: @navbar-link-color-hover;
|
||||
}
|
||||
@@ -171,7 +173,8 @@
|
||||
|
||||
.brand {
|
||||
color: @navbar-inverse-brand-color;
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
color: @navbar-inverse-brand-color-hover;
|
||||
background-color: @navbar-inverse-brand-bg-hover;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user