mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +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 {
|
||||
@extend .topic-list-main-link;
|
||||
|
||||
.raw-topic-link > * {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
|
||||
.link-bottom-line {
|
||||
|
|
Loading…
Reference in New Issue
Block a user