Opened 9 years ago
Closed 9 years ago
#13883 closed defect (fixed)
Typo in AccordionContainer.less
Reported by: | cb1kenobi | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.7.0b1 |
Keywords: | dijit accordion css | Cc: | |
Blocked By: | Blocking: |
Description
Missing period before "dijitAccordionTitle" on line 98:
.claro .dijitAccordionInnerContainerHover dijitAccordionTitle { ^
http://bugs.dojotoolkit.org/browser/dojo/dijit/trunk/themes/claro/layout/AccordionContainer.less
Note: See
TracTickets for help on using
tickets.
Ah you are right, that's definitely a typo.
There's some redundancy in that file, as earlier it has another rule about hover text:
But the two main rules (with higher precedence) seem to be:
and
I'll remove the first rule, and fix the typo in the third.