The Accordion header needs some work on making it more discoverable and usable. Some impromptu user testing yesterday revealed that:
It's not obvious that the headers are something you can click on. The user attempted to drag the header as if it was a block.
Clicking on the coloured block on the right side will not open the menu (this may be due to it being an ::after pseudoelement. This might provide an workaround for its pointer-events).
We need to make interaction with the header consistent, and obvious.
The Accordion header needs some work on making it more discoverable and usable. Some impromptu user testing yesterday revealed that:
::after
pseudoelement. This might provide an workaround for its pointer-events).We need to make interaction with the header consistent, and obvious.
Related:
851
876