Skip to content

Commit

Permalink
Try disabling pointer events
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jun 22, 2023
1 parent a03c62c commit 97fdf59
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/list/list-item-mixin.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ export const ListItemMixin = superclass => class extends composeMixins(
background: white;
}
[slot="control-container"] {
position: relative;
pointer-events: none;
}
:host(:first-of-type) [slot="control-container"]::before,
[slot="control-container"]::after {
border-top: 1px solid var(--d2l-color-mica);
Expand Down

0 comments on commit 97fdf59

Please sign in to comment.