diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2018-04-17 10:56:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-17 10:56:32 +0200 |
commit | cf2731050544be4e67a6040179c5864293e7b530 (patch) | |
tree | 26f8a58830dac539da95afd6b7807099be21e955 | |
parent | 3c250b1a3564d4494055827fe477beeb27fb8246 (diff) | |
parent | 66c92872ab744aeb45da4ccea3336d8ce1fca266 (diff) | |
download | nextcloud-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.scss | 6 |
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 { |