Skip to content

Commit

Permalink
Add user select none to menu items. Fixes #45
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Nguyen committed Nov 15, 2014
1 parent 014d343 commit 4bd4164
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/less/components/menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@
padding-right: @menu-item-padding;
background-color: fade(@menu-item-hover-color, 0%);

* {
.lh-user-select(none);
}


//needed for ripple
position: relative;
overflow: hidden;
Expand Down

0 comments on commit 4bd4164

Please sign in to comment.