torchbox / django-pattern-library

UI pattern libraries for Django templates
https://torchbox.github.io/django-pattern-library/
BSD 3-Clause "New" or "Revised" License
360 stars 44 forks source link

Disable pointer events on menu chevron to allow toggling. Fix #202 #205

Closed nickmoreton closed 1 year ago

nickmoreton commented 1 year ago

Description

A small styling change to stop the chevron SVG catching the menu clicks.

Fixes https://github.com/torchbox/django-pattern-library/issues/202

Checklist