From df211bd62517827f1d4c4870151eac007e5da167 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Fri, 30 Oct 2015 19:52:33 -0700 Subject: [PATCH] fix(accordion): fix unexpected routing - Change anchor tag to `div` to prevent anchor tag from triggering route change BREAKING CHANGE: This causes the cursor style to be removed from the heading - implement CSS on the `accordion-toggle` class accordingly Closes #4792 --- src/accordion/docs/demo.html | 6 ++++++ src/accordion/test/accordion.spec.js | 2 +- template/accordion/accordion-group.html | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/accordion/docs/demo.html b/src/accordion/docs/demo.html index d72479e813..ffc5aabbab 100644 --- a/src/accordion/docs/demo.html +++ b/src/accordion/docs/demo.html @@ -1,3 +1,9 @@ + +