]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fixes #30503 to replace renamed position utility (#30505)
authorMark Otto <markd.otto@gmail.com>
Thu, 30 Apr 2020 06:11:51 +0000 (23:11 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Apr 2020 06:11:51 +0000 (08:11 +0200)
site/docs/4.4/assets/scss/_component-examples.scss
site/docs/4.4/components/navbar.md

index 084ad92baed2439016e6b57b5b33cc65b7cc102d..169100c34072903003ac161cce3bf3e0e8f5f6f3 100644 (file)
     margin-top: 2rem;
   }
 
-  .pos-f-t {
-    position: relative;
-    margin: -1rem;
-
-    @include media-breakpoint-up(sm) {
-      margin: -1.5rem;
-    }
-  }
-
   .custom-file-input:lang(es) ~ .custom-file-label::after {
     content: "Elegir";
   }
index fffaa693cea24ff038e2cff32f5cc15f05252c05..64dcb3bda4f0cd2804edfdef9870793fdc1173c7 100644 (file)
@@ -564,7 +564,7 @@ With a toggler on the left and brand name on the right:
 Sometimes you want to use the collapse plugin to trigger hidden content elsewhere on the page. Because our plugin works on the `id` and `data-target` matching, that's easily done!
 
 {% capture example %}
-<div class="pos-f-t">
+<div class="fixed-top">
   <div class="collapse" id="navbarToggleExternalContent">
     <div class="bg-dark p-4">
       <h5 class="text-white h4">Collapsed content</h5>