8000 Disable pointer events on menu chevron to allow toggling. Fix #202 (#… · torchbox/django-pattern-library@3fad362 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3fad362

Browse files
Disable pointer events on menu chevron to allow toggling. Fix #202 (#205)
Co-authored-by: Thibaud Colas <thibaudcolas@gmail.com>
1 parent b7396ad commit 3fad362

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
- 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))
6+
57
## [1.0.0](https://github.com/torchbox/django-pattern-library/releases/tag/v1.0.0) - 2022-06-10
68

79
### Added

pattern_library/static/pattern_library/src/scss/components/_list.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@
4343
&__item-icon {
4444
width: 15px;
4545
height: 15px;
46-
46+
pointer-events: none;
47+
4748
.is-open > & {
4849
transform: rotate(90deg);
4950
}

0 commit comments

Comments
 (0)
0