From 69a97bb83589e9482f9c55afcbb5d626dd5a8d4b Mon Sep 17 00:00:00 2001 From: Alessandro Cuoghi Date: Fri, 25 Aug 2017 10:48:11 +0200 Subject: [PATCH] Added to the button create theme the property pointer-events: none. Now the button when disabled is not clickable. --- app/assets/stylesheets/community.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/stylesheets/community.scss b/app/assets/stylesheets/community.scss index 130054718..0dddf4cdb 100644 --- a/app/assets/stylesheets/community.scss +++ b/app/assets/stylesheets/community.scss @@ -1,4 +1,7 @@ .communities-show { + .button.disabled, .button[disabled] { + pointer-events: none; + } .wide-order-selector { margin-top: 0;