mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 11:20:58 +00:00
Merge pull request #16485 from kkirsche/patch-15
[Close #16482] Add border-radius to theme's navbar-inverse
This commit is contained in:
commit
a4c09f6e3e
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@
|
|||
.navbar-inverse {
|
||||
#gradient > .vertical(@start-color: lighten(@navbar-inverse-bg, 10%); @end-color: @navbar-inverse-bg);
|
||||
.reset-filter(); // Remove gradient in IE<10 to fix bug where dropdowns don't get triggered; see https://github.com/twbs/bootstrap/issues/10257
|
||||
|
||||
border-radius: @navbar-border-radius;
|
||||
.navbar-nav > .open > a,
|
||||
.navbar-nav > .active > a {
|
||||
#gradient > .vertical(@start-color: @navbar-inverse-link-active-bg; @end-color: lighten(@navbar-inverse-link-active-bg, 2.5%));
|
||||
|
|
|
|||
Loading…
Reference in a new issue