Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-03-21 07:21:31 +0300
committerMark Otto <markd.otto@gmail.com>2017-03-24 09:02:28 +0300
commit1e424bfcf63c468e8ca1f2451623bd008c5b5e5b (patch)
tree50cef3fd79f81ef9ac63510fe96c4d704df9e1f7 /scss
parent89b47efc32f2c6575ab16f71c2c8e5db3c581d21 (diff)
ditch abs positioned togglers for explicit justify-content: space-between on parent
Diffstat (limited to 'scss')
-rw-r--r--scss/_navbar.scss11
1 files changed, 0 insertions, 11 deletions
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 {