From d33b26d8c7629e290b4ceca734a860793fd4c2b7 Mon Sep 17 00:00:00 2001 From: Herst Date: Sat, 23 Sep 2017 22:39:34 +0200 Subject: [PATCH] Fix missing tabindex and role in an example modal --- docs/4.0/components/modal.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index 139e09ffad..55c1dbc314 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -32,7 +32,7 @@ Keep reading for demos and usage guidelines. Below is a _static_ modal example (meaning its `position` and `display` have been overridden). Included are the modal header, modal body (required for `padding`), and modal footer (optional). We ask that you include modal headers with dismiss actions whenever possible, or provide another explicit dismiss action.
-