From a87bbe778f417b61f166a312fe95f496e877f63e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 30 Nov 2016 15:16:17 +0100 Subject: [PATCH] Clickthrough only on mobile --- static/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index f17f158e..57ae8c42 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -1309,10 +1309,6 @@ nav ul li:hover, nav ul li.active { border-top:none !important; } -.click-through{ - pointer-events: none; -} - #del, #del_suggested, #del_user_suggested{ position: absolute; text-align: right; @@ -1585,6 +1581,10 @@ nav ul li:hover, nav ul li.active { right: 0; } + .click-through{ + pointer-events: none; + } + #zicon{ height:100%;