From 8a46e6ea9f1345124f7e3e32541334d46d12738a Mon Sep 17 00:00:00 2001 From: Oleksii Aleksandrov Date: Thu, 5 Apr 2018 15:12:11 +0300 Subject: [PATCH] feat(accordion): revert changes for accordion key nav support (#4093) - Revert accordion component template, changed `button` to `div` - Revert accordion demo `Custom html`, changed `button` to `div` --- .../+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 10fae8b438..555cf9cca3 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 @@ - + 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 dfa1b8041e..e653c4c85d 100644 --- a/src/accordion/accordion-group.component.html +++ b/src/accordion/accordion-group.component.html @@ -4,9 +4,9 @@
- +