From 4b243de2c0af9325516cd435bd7e9cd4f6da313a Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 14 Aug 2019 22:40:46 +0300 Subject: [PATCH] Fix redirects. (#29254) --- site/content/docs/4.3/components/breadcrumb.md | 2 +- site/content/docs/4.3/getting-started/browsers-devices.md | 2 +- site/content/docs/4.3/getting-started/javascript.md | 2 +- site/content/docs/4.3/getting-started/theming.md | 2 +- site/content/docs/4.3/utilities/api.md | 2 +- site/data/browser-features.yml | 2 +- site/data/icons.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/site/content/docs/4.3/components/breadcrumb.md b/site/content/docs/4.3/components/breadcrumb.md index 493014026f..61d9c2a464 100644 --- a/site/content/docs/4.3/components/breadcrumb.md +++ b/site/content/docs/4.3/components/breadcrumb.md @@ -32,7 +32,7 @@ group: components ## Changing the separator -Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this: +Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/functions/string#quote) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this: ```scss $breadcrumb-divider: quote(">"); diff --git a/site/content/docs/4.3/getting-started/browsers-devices.md b/site/content/docs/4.3/getting-started/browsers-devices.md index d6ae174c2c..742bc26b3f 100644 --- a/site/content/docs/4.3/getting-started/browsers-devices.md +++ b/site/content/docs/4.3/getting-started/browsers-devices.md @@ -123,7 +123,7 @@ As of iOS 9.2, while a modal is open, if the initial touch of a scroll gesture i ### Navbar Dropdowns -The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)). +The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile)). ## Browser zooming diff --git a/site/content/docs/4.3/getting-started/javascript.md b/site/content/docs/4.3/getting-started/javascript.md index bde5fff755..ef519d0c36 100644 --- a/site/content/docs/4.3/getting-started/javascript.md +++ b/site/content/docs/4.3/getting-started/javascript.md @@ -28,7 +28,7 @@ We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootst {{< callout warning >}} ## Incompatible plugins -Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `