From 47d63aa7b3724e6606c1a4d710e1d6a16ff99a41 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Tue, 28 Jun 2016 10:34:02 +0200 Subject: [PATCH] Disabled css rule because of chrome51 issue (copy to much in clipboard), see issue#183. --- app/assets/stylesheets/zammad.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index db5963196..04b0bef7f 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/app/assets/stylesheets/zammad.scss @@ -1237,7 +1237,7 @@ label, margin-bottom: 4px; text-align: left; padding: 0; - user-select: none; + /* user-select: none; disabled because of chrome51 https://github.com/martini/zammad/issues/183 */ } /* circumventing the label:not(.inline-label) selector because it's too strong */