diff options
| author | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-05-28 11:25:59 -0700 |
| commit | f682dec5c25f4ff1a29b34e10d339d549359cdb2 (patch) | |
| tree | 56fc1244bdb43bc61152438dfeb32cfcd010ede0 /docs/utilities/close-icon.md | |
| parent | c72cc98bd56fb50259c84a1fced38751009eb930 (diff) | |
| download | bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.tar.xz bootstrap-f682dec5c25f4ff1a29b34e10d339d549359cdb2.zip | |
new toc in utils and about and extend
Diffstat (limited to 'docs/utilities/close-icon.md')
| -rw-r--r-- | docs/utilities/close-icon.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/utilities/close-icon.md b/docs/utilities/close-icon.md index 5ec456bcc..4619132de 100644 --- a/docs/utilities/close-icon.md +++ b/docs/utilities/close-icon.md @@ -1,10 +1,12 @@ --- layout: docs title: Close icon +description: Use a generic close icon for dismissing content like modals and alerts. group: utilities +toc: true --- -Use a generic close icon for dismissing content like modals and alerts. **Be sure to include text for screen readers**, as we've done with `aria-label`. +**Be sure to include text for screen readers**, as we've done with `aria-label`. {% example html %} <button type="button" class="close" aria-label="Close"> |
