-
-
Collapsed content
- Toggleable via the navbar brand.
-
+
+
+
Collapsed content
+ Toggleable via the navbar brand.
-
-
-
-
-
+
+
+
+
+
{{< /example >}}
diff --git a/site/content/docs/4.3/components/navs.md b/site/content/docs/4.3/components/navs.md
index 078f4f8e7e..5281fcdaff 100644
--- a/site/content/docs/4.3/components/navs.md
+++ b/site/content/docs/4.3/components/navs.md
@@ -309,8 +309,8 @@ Dynamic tabbed interfaces, as described in the [
-
+
+
Home
@@ -355,9 +355,9 @@ Note that dynamic tabbed interfaces should not contain dropdown menus,
To help fit your needs, this works with ``-based markup, as shown above, or with any arbitrary "roll your own" markup. Note that if you're using ``, you shouldn't add `role="tablist"` directly to it, as this would override the element's native role as a navigation landmark. Instead, switch to an alternative element (in the example below, a simple ``) and wrap the `
` around it.
-
+
-
+
Home
Profile
Contact
@@ -393,7 +393,7 @@ To help fit your needs, this works with `
`-based markup, as shown above, or
The tabs plugin also works with pills.
-
+
Home
@@ -439,7 +439,7 @@ The tabs plugin also works with pills.
And with vertical pills.
-
+
diff --git a/site/content/docs/4.3/components/progress.md b/site/content/docs/4.3/components/progress.md
index f5b6fe136a..c41aea4acd 100644
--- a/site/content/docs/4.3/components/progress.md
+++ b/site/content/docs/4.3/components/progress.md
@@ -127,7 +127,7 @@ The striped gradient can also be animated. Add `.progress-bar-animated` to `.pro
-
+
Toggle animation
diff --git a/site/static/docs/4.3/assets/js/src/application.js b/site/static/docs/4.3/assets/js/src/application.js
index dfbced4136..201eb48b3f 100644
--- a/site/static/docs/4.3/assets/js/src/application.js
+++ b/site/static/docs/4.3/assets/js/src/application.js
@@ -83,7 +83,7 @@
}
// Activate animated progress bar
- var btnToggleAnimatedProgress = document.querySelector('.bd-toggle-animated-progress')
+ var btnToggleAnimatedProgress = document.getElementById('btnToggleAnimatedProgress')
if (btnToggleAnimatedProgress) {
btnToggleAnimatedProgress.addEventListener('click', function () {
btnToggleAnimatedProgress.parentNode
diff --git a/site/static/docs/4.3/assets/scss/_component-examples.scss b/site/static/docs/4.3/assets/scss/_component-examples.scss
index 62ebf6953b..8b7a3bab85 100644
--- a/site/static/docs/4.3/assets/scss/_component-examples.scss
+++ b/site/static/docs/4.3/assets/scss/_component-examples.scss
@@ -18,13 +18,6 @@
.row + .row {
margin-top: 1rem;
}
-
- .flex-items-top,
- .flex-items-middle,
- .flex-items-bottom {
- min-height: 6rem;
- background-color: rgba(255, 0, 0, .1);
- }
}
.bd-example-row-flex-cols .row {
@@ -138,19 +131,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";
- }
-
> .form-control {
+ .form-control {
margin-top: .5rem;
@@ -160,12 +140,11 @@
> .nav + .nav,
> .alert + .alert,
> .navbar + .navbar,
- > .progress + .progress,
- > .progress + .btn {
+ > .progress + .progress {
margin-top: 1rem;
}
- > .dropdown-menu:first-child {
+ > .dropdown-menu {
position: static;
display: block;
}
@@ -173,10 +152,6 @@
> .form-group:last-child {
margin-bottom: 0;
}
-
- > .close {
- float: none;
- }
}
// Typography
@@ -202,11 +177,6 @@
}
}
-// Contextual background colors
-.bd-example-bg-classes p {
- padding: 1rem;
-}
-
// Images
.bd-example {
> svg + svg,
@@ -227,18 +197,6 @@
}
}
-// Forms
-.bd-example-control-sizing select,
-.bd-example-control-sizing input[type="text"] + input[type="text"] {
- margin-top: .5rem;
-}
-.bd-example-form .input-group {
- margin-bottom: .5rem;
-}
-.bd-example > textarea.form-control {
- resize: vertical;
-}
-
// List groups
.bd-example > .list-group {
max-width: 400px;
@@ -310,37 +268,11 @@
}
}
-// Example tabbable tabs
-.bd-example-tabs .nav-tabs {
- margin-bottom: 1rem;
-}
-
-// Popovers
-.bd-example-popover-static {
- padding-bottom: 1.5rem;
- background-color: #f9f9f9;
-
- .popover {
- position: relative;
- display: block;
- float: left;
- width: 260px;
- margin: 1.25rem;
- }
-}
-
// Tooltips
.tooltip-demo a {
white-space: nowrap;
}
-.bd-example-tooltip-static .tooltip {
- position: relative;
- display: inline-block;
- margin: 10px 20px;
- opacity: 1;
-}
-
// Scrollspy demo on fixed height div
.scrollspy-example {
position: relative;