Commit 76a7a1b037ef712eccb71442fbfcefb53a34e4dc
Exists in
master
and in
1 other branch
Merge branch 'develop' into 'master'
Develop See merge request !129
Showing
3 changed files
Show diff stats
img/flete.png
img/logoMapa.png
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 | +} |