diff options
| author | Mark Otto <[email protected]> | 2014-11-08 00:13:19 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-11-08 00:13:19 -0800 |
| commit | df28b7e25f2c4008ad3a8179ccf7e556fcb13400 (patch) | |
| tree | 82a82e3d85d08089ed55a1f8c2fee721c6d4b06c /less | |
| parent | 852eef9689079b8781c102cce43dc352ae8325d6 (diff) | |
| download | bootstrap-df28b7e25f2c4008ad3a8179ccf7e556fcb13400.tar.xz bootstrap-df28b7e25f2c4008ad3a8179ccf7e556fcb13400.zip | |
Fixes #14965: Reset top border-radii on dropdown menus in fixed bottom navbars
Diffstat (limited to 'less')
| -rw-r--r-- | less/navbar.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/less/navbar.less b/less/navbar.less index 30a79d4a4..67fd3528f 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -331,6 +331,7 @@ } // Menu position and menu caret support for dropups via extra dropup class .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu { + .border-top-radius(@navbar-border-radius); .border-bottom-radius(0); } |
