diff options
| author | Kevin Kirsche <[email protected]> | 2015-05-14 19:13:21 -0400 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-05-14 19:13:21 -0400 |
| commit | 76c9c6b1ed3bc47520852b00d6a76047616d7a1b (patch) | |
| tree | b8660eb6c3a208218eb5c80b08d40cf4b1a58052 | |
| parent | 588b7e564eee09bccc85d4756309f63ac3d004b7 (diff) | |
| download | bootstrap-76c9c6b1ed3bc47520852b00d6a76047616d7a1b.tar.xz bootstrap-76c9c6b1ed3bc47520852b00d6a76047616d7a1b.zip | |
[Close #16482] Add border-radius to theme's navbar-inverse
[Close #16482] Add border-radius to theme's navbar-inverse
| -rw-r--r-- | less/theme.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/theme.less b/less/theme.less index afac3a8aa..b84ec4241 100644 --- a/less/theme.less +++ b/less/theme.less @@ -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%)); |
