FIX: Don't allow pointer events on link children

This commit is contained in:
Justin DiRose 2020-08-05 13:57:26 -05:00
parent e51cde30b2
commit 2ce61139e3
No known key found for this signature in database
GPG Key ID: 4B811FB264021800
1 changed files with 3 additions and 0 deletions

View File

@ -139,6 +139,9 @@
.knowledge-explorer-topic-link {
color: var(--tertiary, $tertiary);
cursor: pointer;
& > * {
pointer-events: none;
}
}
}
.knowledge-explorer-topic {