From 35212036f2d4d809d8336289ba27fa4b387288a6 Mon Sep 17 00:00:00 2001 From: Joffrey JAFFEUX Date: Thu, 2 May 2019 13:43:02 +0200 Subject: [PATCH] FIX: ensures click on topic link has link for target and not children (#7471) --- app/assets/stylesheets/common/base/_topic-list.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/common/base/_topic-list.scss b/app/assets/stylesheets/common/base/_topic-list.scss index 8f17a9ce33b..4d77eb01f18 100644 --- a/app/assets/stylesheets/common/base/_topic-list.scss +++ b/app/assets/stylesheets/common/base/_topic-list.scss @@ -129,6 +129,10 @@ .main-link { @extend .topic-list-main-link; + + .raw-topic-link > * { + pointer-events: none; + } } .link-bottom-line {