From 5d2062a3ccb0fed4901fc9f312c961d042f569bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Cederstro=CC=88m?= Date: Tue, 27 Mar 2012 08:36:34 +0200 Subject: Finish of close conversion from a to button --- docs/components.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'docs/components.html') diff --git a/docs/components.html b/docs/components.html index 5df760459..7854df523 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1879,8 +1879,10 @@

Close icon

Use the generic close icon for dismissing content like modals and alerts.

-

×

-
<a class="close">&times;</a>
+

+
<button class="close">&times;</button>
+

iOS devices require an href="#" for click events if you rather use an anchor.

+
<a class="close" href="#">&times;</a>
-- cgit v1.2.3