mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Release v4.4.0 (#29735)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
---
|
||||
layout: docs
|
||||
title: Close icon
|
||||
description: Use a generic close icon for dismissing content like modals and alerts.
|
||||
group: utilities
|
||||
---
|
||||
|
||||
**Be sure to include text for screen readers**, as we've done with `aria-label`.
|
||||
|
||||
{% capture example %}
|
||||
<button type="button" class="close" aria-label="Close">
|
||||
<span aria-hidden="true">×</span>
|
||||
</button>
|
||||
{% endcapture %}
|
||||
{% include example.html content=example %}
|
||||
Reference in New Issue
Block a user