mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fixes #17887: restore hover/focus for cover nav
This commit is contained in:
parent
11c287d1d7
commit
8fa5fb2857
1 changed files with 5 additions and 0 deletions
|
@ -79,6 +79,11 @@ body {
|
|||
border-bottom: .25rem solid transparent;
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link:hover,
|
||||
.nav-masthead .nav-link:focus {
|
||||
border-bottom-color: rgba(255,255,255,.25);
|
||||
}
|
||||
|
||||
.nav-masthead .nav-link + .nav-link {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue