diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 93f495965d..9a2c46153d 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/components.html b/docs/components.html index 5df760459f..7854df5236 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>
diff --git a/docs/javascript.html b/docs/javascript.html index 70646afdbb..4f777e0312 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -208,7 +208,7 @@