From: Mark Otto Date: Mon, 7 Dec 2015 00:59:33 +0000 (-0800) Subject: fixes #18087: .navbar-form is no more X-Git-Tag: v4.0.0-alpha.2~47 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=21b15d450dd013a8b96c3b8ae8176146f6df7ea9;p=thirdparty%2Fbootstrap.git fixes #18087: .navbar-form is no more --- diff --git a/docs/components/navbar.md b/docs/components/navbar.md index 7cc75a952c..29a757fa30 100644 --- a/docs/components/navbar.md +++ b/docs/components/navbar.md @@ -26,7 +26,6 @@ Navbars come with built-in support for a handful of sub-components. Mix and matc - `.navbar-brand` for your company, product, or project name - `.navbar-nav` for a full-height and lightweight navigation (including support for dropdowns) -- `.navbar-form` for vertically centering default-sized inputs and buttons. - `.navbar-toggler` for use with our collapse plugin and other navigation toggling behaviors. Here's an example of all the sub-components included in a default, light navbar: @@ -48,7 +47,7 @@ Here's an example of all the sub-components included in a default, light navbar: About - @@ -78,7 +77,7 @@ Here are some examples to show what we mean. About - @@ -99,7 +98,7 @@ Here are some examples to show what we mean. About - @@ -120,7 +119,7 @@ Here are some examples to show what we mean. About - diff --git a/scss/_forms.scss b/scss/_forms.scss index 2df584e5dd..942fea51a2 100644 --- a/scss/_forms.scss +++ b/scss/_forms.scss @@ -380,8 +380,6 @@ input[type="checkbox"] { // // Requires wrapping inputs and labels with `.form-group` for proper display of // default HTML form controls and our custom form controls (e.g., input groups). -// -// Heads up! This is mixin-ed into `.navbar-form` in _navbar.scss. .form-inline {