Bootstrap Glyphicons still available with V3.3.7 (#23608)

* Bootstrap Glyphicons still available with V3.3.7

While the most updated version does not have glyph icons, some users could find use under the older version.

* Fixed formatting
This commit is contained in:
Tom K
2018-11-26 02:55:05 -08:00
committed by Manish Giri
parent 15416a1be4
commit 1316ad4fbb

View File

@ -61,8 +61,6 @@ _Note: Do not include the dot in the HTML Class Attribute, referring to the clas
<span class="glyphicon glyphicon-align-left" aria-hidden="true"></span> <span class="glyphicon glyphicon-align-left" aria-hidden="true"></span>
</button> </button>
_Note: Bootstrap's Glyphicons icon is not available on bootstrap V4_
### Things to keep in mind ### Things to keep in mind
**Don't mix with other components** **Don't mix with other components**
@ -73,6 +71,8 @@ Icon classes cannot be directly combined with other components. They should not
Icon classes should only be used on elements that contain no text content and have no child elements. Icon classes should only be used on elements that contain no text content and have no child elements.
### More Information: _Note: Bootstrap's Glyphicons icon is not avalable on bootstrap V4. However, it still works with V3.3.7 which is avaialble at the link provided below_.
#### More Information:
- [Bootstrap Glyphicons Icons Doc](https://getbootstrap.com/docs/3.3/components/#glyphicons) - [Bootstrap Glyphicons Icons Doc](https://getbootstrap.com/docs/3.3/components/#glyphicons)