From f1c6ca2f3a1301891579a7a7806b453a22ccc5e6 Mon Sep 17 00:00:00 2001 From: erdgeist Date: Sun, 7 Aug 2016 03:19:40 +0200 Subject: prevent clicking without the user having said YES I AM SURE --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 01b2a59..40ec6f6 100644 --- a/style.css +++ b/style.css @@ -70,6 +70,10 @@ h2 { transition: visibility 0s linear 0.5s, display 0s linear 0.5s; } +.wrapper.step1 .block-header { + pointer-events: none; +} + .hint { font-style: italic; font-weight: 300; -- cgit v1.2.3