Skip to content

Commit

Permalink
Prevent text selection
Browse files Browse the repository at this point in the history
  • Loading branch information
pinaypunto committed Jul 9, 2013
1 parent df4b15f commit d669ead
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/stylesheets/lungo.base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ body
width: 100%
height: 100%
overflow-y: visible !important
-webkit-touch-callout: none
-webkit-user-select: none
-moz-user-select: moz-none
user-select: none

// @TODO: Why??
// -webkit-user-select: none
// -webkit-touch-callout: none
// -webkit-box-orient: vertical
// -webkit-box-align: stretch
// -webkit-tap-highlight-color: rgba(0,0,0,0)
Expand All @@ -116,7 +118,6 @@ body
box-sizing(border-box)
margin: 0
padding: 0
// -webkit-user-select: none
// -webkit-tap-highlight-color: rgba(255, 255, 255, 0)

a
Expand Down

0 comments on commit d669ead

Please sign in to comment.