]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
ditch abs positioned togglers for explicit justify-content: space-between on parent
authorMark Otto <markdotto@gmail.com>
Tue, 21 Mar 2017 04:21:31 +0000 (21:21 -0700)
committerMark Otto <markd.otto@gmail.com>
Fri, 24 Mar 2017 06:02:28 +0000 (23:02 -0700)
scss/_navbar.scss

index 517a8aa9284370426960ab1b8305feed7dd77b61..c64be182095b8396a7c2e9d80e74519d3aa44bd6 100644 (file)
   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 {