FIX: ensures click on topic link has link for target and not children (#7471)

This commit is contained in:
Joffrey JAFFEUX 2019-05-02 13:43:02 +02:00 committed by GitHub
parent 4c444592d6
commit 35212036f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -129,6 +129,10 @@
.main-link {
@extend .topic-list-main-link;
.raw-topic-link > * {
pointer-events: none;
}
}
.link-bottom-line {