diff --git a/src/sass/general.scss b/src/sass/general.scss index f30bc6f..c19aeed 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -288,3 +288,11 @@ button.clear-input{ background-color: $primaryTransparency; } } +.disable-selection { + user-select: none; + -moz-user-select: none; /* Firefox */ + -ms-user-select: none; /* Internet Explorer */ + -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */ + -webkit-user-select: none; /* Chrome, Safari, and Opera */ + -webkit-touch-callout: none; /* Disable Android and iOS callouts*/ +}