From 69b35b356787864f53e24ad81dfd90daf3a2a24d Mon Sep 17 00:00:00 2001 From: Oleksii Aleksandrov Date: Thu, 17 May 2018 12:53:15 +0300 Subject: [PATCH] feat(accordion): add key navigation to accordion (#4192) - Changed accordion component template, changed `div` to `button` - Changed accordion demo `Custom html`, changed `div` to `button` - Changed visual presentation of accordion headings because of tag `button` --- .../+accordion/demos/custom-html/custom-html.html | 10 +++++----- src/accordion/accordion-group.component.html | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/src/app/components/+accordion/demos/custom-html/custom-html.html b/demo/src/app/components/+accordion/demos/custom-html/custom-html.html index 555cf9cca3..10fae8b438 100644 --- a/demo/src/app/components/+accordion/demos/custom-html/custom-html.html +++ b/demo/src/app/components/+accordion/demos/custom-html/custom-html.html @@ -1,15 +1,15 @@ -
- I can have markup! +
+ This is just some content to illustrate fancy headings.
-
+
+ And some HTML here
diff --git a/src/accordion/accordion-group.component.html b/src/accordion/accordion-group.component.html index e653c4c85d..dfa1b8041e 100644 --- a/src/accordion/accordion-group.component.html +++ b/src/accordion/accordion-group.component.html @@ -4,9 +4,9 @@
-
+
+