Commit 76a7a1b037ef712eccb71442fbfcefb53a34e4dc

Authored by Eric Fernandez
Exists in master and in 1 other branch develop

Merge branch 'develop' into 'master'

Develop

See merge request !129

3.28 KB | W: | H:

4.98 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin

256 KB | W: | H:

736 KB | W: | H:

  • 2-up
  • Swipe
  • Onion skin
src/sass/general.scss
... ... @@ -288,3 +288,11 @@ button.clear-input{
288 288 background-color: $primaryTransparency;
289 289 }
290 290 }
  291 +.disable-selection {
  292 + user-select: none;
  293 + -moz-user-select: none; /* Firefox */
  294 + -ms-user-select: none; /* Internet Explorer */
  295 + -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  296 + -webkit-user-select: none; /* Chrome, Safari, and Opera */
  297 + -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
  298 +}