From 927e85efdeabbe1d6216bd514686c99865738538 Mon Sep 17 00:00:00 2001 From: Nicolai Parlog Date: Sun, 30 Aug 2020 12:58:47 +0200 Subject: [PATCH] Revert "Show feature titles on top of image in FF (#20)" This reverts commit 2b5f995cd54b43af605a6576f1fdae684e1e7708 because it made the links unclickable to varying degree (not at all in Firefox, only partially in Chrome). --- assets/css/main.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/assets/css/main.scss b/assets/css/main.scss index 06e7b474..87c8a5bc 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -127,18 +127,10 @@ body { } } - a { - // magic numbers for the win! - // (Firefox needs its magic on the div) - z-index: -2; - } - .archive__item-teaser { // magic numbers for the win! - // (Chromium needs its magic on the div containing the image) z-index: -2; } - } .archive__item-body {