0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01:00

ditch abs positioned togglers for explicit justify-content: space-between on parent

This commit is contained in:
Mark Otto 2017-03-20 21:21:31 -07:00 committed by Mark Otto
parent 89b47efc32
commit 1e424bfcf6

View File

@ -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 {