aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.0/components/close-button.md
AgeCommit message (Collapse)AuthorFilesLines
2021-08-04Prepare v5.1.0. (#34674)v5.1.0XhmikosR1-38/+0
2021-02-10Add Sass docs (variables, mixins, and loops) to most pages (#32747)Mark Otto1-0/+6
* WIP: Mention variables, mixins, and loops in docs * Add Sass sections to component pages * add sass docs for forms and content * Update buttons.md * Remove empty mixins sections * Massive update to utilities and some consistency changes Co-authored-by: XhmikosR <[email protected]>
2020-09-30Update btn-close-white docs to filter (not backdrop-filter) (#31796)Christian Oliff1-1/+1
This PR fixes an error in the v5 docs. The btn-close-white class actually uses the filter (not backdrop-filter)
2020-09-22Update toasts dismiss (moving more styles to CSS instead of utilities), fix ↵Mark Otto1-1/+20
some more close examples, and add a new .btn-close-white variant
2020-09-22Rename .close to .btn-close, replace times sign with background SVG, update ↵Mark Otto1-8/+3
focus state
2020-05-13Bump version to 5.0.0-alpha1 (#29925)XhmikosR1-0/+18
Also add v4.5.0 in versions and keep README.md pointing to v4.5.0 so that there are no broken stuff.