[Mobile] User-Select

Removes the copy/define
mobile safari menu that
appears during some touch events.
Only apply to left and right panes.
This commit is contained in:
Shivam Dave
2015-07-24 16:19:15 -07:00
parent ddc2295ec3
commit 066258ab83
2 changed files with 111 additions and 97 deletions

View File

@@ -47,6 +47,7 @@
// classes used for the left menu and the
// right representation.
.browse-hidetree {
@include user-select(none);
// Sets the left tree menu when the tree
// is hidden.
.mobile-pane.left-menu {
@@ -77,6 +78,7 @@
// orientation combination, separate
// parameters are used)
.browse-showtree {
@include user-select(none);
// Sets the left tree menu when the tree
// is shown.
.mobile-pane.left-menu {