Opened 12 years ago
Closed 11 years ago
#6743 closed enhancement (wontfix)
Accordion: Add .ui-accordion-heading class
Reported by: | Scott González | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.9.0 |
Component: | ui.accordion | Version: | 1.8.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
from API redesign post:
There is currently no class being added to the headings for each panel. This results in the stylesheet using .ui-accordion-header a for styling, which makes adding additional anchors to the headers difficult. To solve this, we will add a class to the first child of each header and use the new class for styling.
Change History (3)
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This was removed in 02855292f2746d2c6f64a729730727df6684c6c7 when we refactored accordion to not require a heading element inside of the header element.
comment:3 Changed 11 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
Note: See
TracTickets for help on using
tickets.
Accordion: Added .ui-accordion-heading class to header's first child. Fixes #6743 - Accordion: Add .ui-accordion-heading class.