Skip to content

Commit

Permalink
fix(menu): Add pointer-events: none to avoid blocking click events (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kfranqueiro authored Oct 13, 2017
1 parent 2327860 commit b77895b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-menu/simple/mdc-simple-menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ $mdc-simple-menu-item-fade-duration: .3s;
background: currentColor;
content: "";
opacity: 0;
pointer-events: none;
}

.mdc-list-item:focus::before {
Expand Down

0 comments on commit b77895b

Please sign in to comment.