diff options
| author | Martijn Cuppens <[email protected]> | 2019-05-10 20:27:22 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-05-10 20:27:22 +0200 |
| commit | 5db281d7c41c29f3bec46757c47fb8d4c6439b06 (patch) | |
| tree | 8dd89f11d424cf95c9210cfe26c428fd3ac6fa13 /site/content/docs | |
| parent | 06635be7bd4e1d469a25e48a0a36c4427f7d7fe9 (diff) | |
| download | bootstrap-5db281d7c41c29f3bec46757c47fb8d4c6439b06.tar.xz bootstrap-5db281d7c41c29f3bec46757c47fb8d4c6439b06.zip | |
Move close icon to components in docs (#28512)
* Move close icon to components
* Remove redundant float from close
Diffstat (limited to 'site/content/docs')
| -rw-r--r-- | site/content/docs/4.3/components/close-icon.md (renamed from site/content/docs/4.3/utilities/close-icon.md) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/close-icon.md b/site/content/docs/4.3/components/close-icon.md index 8329fd94b..a4bbdf052 100644 --- a/site/content/docs/4.3/utilities/close-icon.md +++ b/site/content/docs/4.3/components/close-icon.md @@ -2,7 +2,7 @@ layout: docs title: Close icon description: Use a generic close icon for dismissing content like modals and alerts. -group: utilities +group: components --- **Be sure to include text for screen readers**, as we've done with `aria-label`. |
