Skip to content

Commit

Permalink
direct child trigger selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ttbarnes committed Oct 7, 2014
1 parent 1ba5b61 commit 1b3a2dd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/barekit.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Accordion.defaults = {
className: 'accordion',
multiExpand: false,
panelSelector: 'dd',
triggerSelector: 'dt a',
triggerSelector: 'dt > a',
activeTrigger: 'accordion-trigger--open',
activePanel: 'accordion-panel--open'
};
Expand Down
2 changes: 1 addition & 1 deletion js/barekit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/modules/accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Accordion.defaults = {
className: 'accordion',
multiExpand: false,
panelSelector: 'dd',
triggerSelector: 'dt a',
triggerSelector: 'dt > a',
activeTrigger: 'accordion-trigger--open',
activePanel: 'accordion-panel--open'
};
Expand Down

0 comments on commit 1b3a2dd

Please sign in to comment.