mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 03:42:16 +08:00
FIX: ensures click on topic link has link for target and not children (#7471)
This commit is contained in:
parent
4c444592d6
commit
35212036f2
|
@ -129,6 +129,10 @@
|
||||||
|
|
||||||
.main-link {
|
.main-link {
|
||||||
@extend .topic-list-main-link;
|
@extend .topic-list-main-link;
|
||||||
|
|
||||||
|
.raw-topic-link > * {
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.link-bottom-line {
|
.link-bottom-line {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user