From 0526970b6cf85ed3fc7226b76ba09d130c376af8 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Fri, 12 Jun 2015 11:49:23 +0200 Subject: [PATCH] fix attachment clickability --- app/assets/stylesheets/zammad.css.scss | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/zammad.css.scss b/app/assets/stylesheets/zammad.css.scss index 4d752dfb6..9dfe680b1 100644 --- a/app/assets/stylesheets/zammad.css.scss +++ b/app/assets/stylesheets/zammad.css.scss @@ -3537,7 +3537,8 @@ footer { display: none; white-space: nowrap; margin-left: auto; - @extend .u-clickable; + cursor: pointer; + user-select: none; } .attachment:hover .attachment-delete { @@ -3561,7 +3562,8 @@ footer { display: inline-block; overflow: hidden; vertical-align: bottom; - @extend .u-highlight, .u-clickable; + pointer-events: auto; + @extend .u-highlight; } .attachmentUpload {