aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-03-20 21:21:31 -0700
committerMark Otto <[email protected]>2017-03-23 23:02:28 -0700
commit1e424bfcf63c468e8ca1f2451623bd008c5b5e5b (patch)
tree50cef3fd79f81ef9ac63510fe96c4d704df9e1f7
parent89b47efc32f2c6575ab16f71c2c8e5db3c581d21 (diff)
downloadbootstrap-1e424bfcf63c468e8ca1f2451623bd008c5b5e5b.tar.xz
bootstrap-1e424bfcf63c468e8ca1f2451623bd008c5b5e5b.zip
ditch abs positioned togglers for explicit justify-content: space-between on parent
-rw-r--r--scss/_navbar.scss11
1 files changed, 0 insertions, 11 deletions
diff --git a/scss/_navbar.scss b/scss/_navbar.scss
index 517a8aa92..c64be1820 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 {