aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoeland Jago Douma <rullzer@users.noreply.github.com>2018-04-17 10:56:32 +0200
committerGitHub <noreply@github.com>2018-04-17 10:56:32 +0200
commitcf2731050544be4e67a6040179c5864293e7b530 (patch)
tree26f8a58830dac539da95afd6b7807099be21e955
parent3c250b1a3564d4494055827fe477beeb27fb8246 (diff)
parent66c92872ab744aeb45da4ccea3336d8ce1fca266 (diff)
downloadnextcloud-server-cf2731050544be4e67a6040179c5864293e7b530.tar.gz
nextcloud-server-cf2731050544be4e67a6040179c5864293e7b530.zip
Merge pull request #9206 from nextcloud/fix-select-text
Fix user selectable text for public links for text files
-rw-r--r--apps/files_sharing/css/public.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/files_sharing/css/public.scss b/apps/files_sharing/css/public.scss
index 277814207b3..2a4225a7f12 100644
--- a/apps/files_sharing/css/public.scss
+++ b/apps/files_sharing/css/public.scss
@@ -35,12 +35,6 @@
height: auto;
min-height: 200px;
max-height: 800px;
- -webkit-touch-callout: none;
- -webkit-user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
}
#imgframe .ellipsis {