#1831 closed defect (fixed)
AccordionPane and CSS
Reported by: | Owned by: | bill | |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | Widgets | Version: | 0.4 |
Keywords: | AccordionPane and template/css | Cc: | joose@… |
Blocked By: | Blocking: |
Description
Small typo in CSS causes atleast Safari to act oddly.
src/widget/templates/AccordionPane.css: -.dojoAccordionPane .label :hover { +.dojoAccordionPane .label:hover {
so .label:hover and not .label :hover.
Note: See
TracTickets for help on using
tickets.
(In [6445]) Fixes #1831