Merge pull request #16485 from kkirsche/patch-15

[Close #16482] Add border-radius to theme's navbar-inverse
This commit is contained in:
Mark Otto 2015-05-14 18:17:45 -07:00
commit a4c09f6e3e
1 changed files with 1 additions and 1 deletions

View File

@ -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%));