Skip to content

Fixes #30503 to replace renamed position utility #30505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 30, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions site/docs/4.4/assets/scss/_component-examples.scss
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@
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";
}
Expand Down
2 changes: 1 addition & 1 deletion site/docs/4.4/components/navbar.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down