Skip to content

Commit 743f0bf

Browse files
committed
refactor: turn off pointer events on accordion ripple target
1 parent 98b1536 commit 743f0bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/accordion/_mixins.scss

+1
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ $divider-color-on-dark-bg: rgba(255, 255, 255, 0.2) !default;
198198
height: 100%;
199199
overflow: hidden;
200200
z-index: 0;
201+
pointer-events: none;
201202
}
202203
}
203204
}

0 commit comments

Comments
 (0)