From a64c56c188b075691d9ac92f539e97248bd42f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Jaussoin?= Date: Mon, 16 May 2016 23:07:46 +0200 Subject: [PATCH] Fix a pointer issues for the .actions --- themes/material/css/form.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/material/css/form.css b/themes/material/css/form.css index fdab6e7e8..d05de4554 100644 --- a/themes/material/css/form.css +++ b/themes/material/css/form.css @@ -368,6 +368,7 @@ header.big ~ .button.action { bottom: 7rem; left: 0; padding: 0; + pointer-events: none; } .button.action .actions li { @@ -384,6 +385,10 @@ header.big ~ .button.action { pointer-events: none; } +.button.action.active .actions { + pointer-events: auto; +} + .button.action.active .actions li { opacity: 1; pointer-events: auto;