From 21b15d450dd013a8b96c3b8ae8176146f6df7ea9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 6 Dec 2015 16:59:33 -0800 Subject: [PATCH] fixes #18087: .navbar-form is no more --- docs/components/navbar.md | 9 ++++----- scss/_forms.scss | 2 -- 2 files changed, 4 insertions(+), 7 deletions(-) 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 { -- 2.47.2