From: Mark Otto Date: Tue, 21 Mar 2017 04:21:31 +0000 (-0700) Subject: ditch abs positioned togglers for explicit justify-content: space-between on parent X-Git-Tag: v4.0.0-beta~147^2~109 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e424bfcf63c468e8ca1f2451623bd008c5b5e5b;p=thirdparty%2Fbootstrap.git ditch abs positioned togglers for explicit justify-content: space-between on parent --- diff --git a/scss/_navbar.scss b/scss/_navbar.scss index 517a8aa928..c64be18209 100644 --- a/scss/_navbar.scss +++ b/scss/_navbar.scss @@ -111,17 +111,6 @@ background-size: 100% 100%; } -// Use `position` on the toggler to prevent it from being auto placed as a flex -// item and allow easy placement. -.navbar-toggler-left { - position: absolute; - left: $navbar-padding-x; -} -.navbar-toggler-right { - position: absolute; - right: $navbar-padding-x; -} - // Generate series of `.navbar-toggleable-*` responsive classes for configuring // where your navbar collapses. .navbar-toggleable {