Opened 14 years ago
Closed 14 years ago
#1891 closed enhancement (fixed)
AccordionPane label style class should be more distinct
Reported by: | guest | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Dijit | Version: | 0.4 |
Keywords: | AccordionPane widget style class | Cc: | |
Blocked By: | Blocking: |
Description
The style class for labels in the AccordionPane? widget is .label, seems to me that is too common of a class name. I would suggest something like .dojoAccordionPaneLabel to go with .dojoAccordionPane, should cause fewer conflicts.
Change History (8)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
Milestone: | → 0.5 |
---|
Hmm, the idea was to have CSS rules like
.dojoAccordion .label { ... }
No good?
comment:4 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Owner: | changed from bill to koranteng |
comment:5 Changed 14 years ago by
Owner: | changed from koranteng to Adam Peller |
---|
comment:6 Changed 14 years ago by
Owner: | changed from Adam Peller to dante |
---|
should be a gimme... just not sure what the right conventions are for our css
comment:7 Changed 14 years ago by
Status: | new → assigned |
---|
Note: See
TracTickets for help on using
tickets.
Actually, maybe it would make more sense to make it .accLabel, similar to .accBody for the body of the AccordionPane?.