Skip to content

Commit

Permalink
Disable pointer events on menu chevron to allow toggling. Fix #202 (#205
Browse files Browse the repository at this point in the history
)

Co-authored-by: Thibaud Colas <[email protected]>
  • Loading branch information
nickmoreton and thibaudcolas authored Dec 9, 2022
1 parent b7396ad commit 3fad362
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

- Disable pointer events on menu chevron to allow clicks ([#202](https://github.com/torchbox/django-pattern-library/issues/202), [#205](https://github.com/torchbox/django-pattern-library/pull/205))

## [1.0.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.0.0) - 2022-06-10

### Added
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
&__item-icon {
width: 15px;
height: 15px;

pointer-events: none;

.is-open > & {
transform: rotate(90deg);
}
Expand Down

0 comments on commit 3fad362

Please sign in to comment.