diff options
| author | Mark Otto <[email protected]> | 2015-05-14 18:17:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-05-14 18:17:45 -0700 |
| commit | a4c09f6e3e4c1c3b4b8d0cf5e296d45b20816ba9 (patch) | |
| tree | b8660eb6c3a208218eb5c80b08d40cf4b1a58052 | |
| parent | 588b7e564eee09bccc85d4756309f63ac3d004b7 (diff) | |
| parent | 76c9c6b1ed3bc47520852b00d6a76047616d7a1b (diff) | |
| download | bootstrap-a4c09f6e3e4c1c3b4b8d0cf5e296d45b20816ba9.tar.xz bootstrap-a4c09f6e3e4c1c3b4b8d0cf5e296d45b20816ba9.zip | |
Merge pull request #16485 from kkirsche/patch-15
[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%)); |
