From 089e3334a710ae5fddea3ec5bb1a83a8f786196c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 19 Feb 2019 16:44:55 +0200 Subject: Remove Internet Explorer leftovers. --- site/docs/4.3/components/forms.md | 11 ++--------- site/docs/4.3/components/media-object.md | 9 --------- 2 files changed, 2 insertions(+), 18 deletions(-) (limited to 'site/docs/4.3/components') diff --git a/site/docs/4.3/components/forms.md b/site/docs/4.3/components/forms.md index e655e2158..828bffca9 100644 --- a/site/docs/4.3/components/forms.md +++ b/site/docs/4.3/components/forms.md @@ -732,17 +732,10 @@ Add the `disabled` attribute to a `
` to disable all the controls withi {% capture callout %} ##### Caveat with anchors -By default, browsers will treat all native form controls (``, ``, `` controls with `.custom-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only IE and Firefox support "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it. +Create custom `` controls with `.custom-range`. The track (the background) and thumb (the value) are both styled to appear the same across browsers. As only Firefox supports "filling" their track from the left or right of the thumb as a means to visually indicate progress, we do not currently support it. {% capture example %} diff --git a/site/docs/4.3/components/media-object.md b/site/docs/4.3/components/media-object.md index 32628e723..0fbaf150b 100644 --- a/site/docs/4.3/components/media-object.md +++ b/site/docs/4.3/components/media-object.md @@ -23,15 +23,6 @@ Below is an example of a single media object. Only two classes are required—th {% endcapture %} {% include example.html content=example %} -{% capture callout %} -##### Flexbug #12: Inline elements aren't treated as flex items - -Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/), as an easy fix. - -**Source:** [Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#flexbug-12) -{% endcapture %} -{% include callout.html content=callout type="warning" %} - ## Nesting Media objects can be infinitely nested, though we suggest you stop at some point. Place nested `.media` within the `.media-body` of a parent media object. -- cgit v1.2.3