FIX: Safari didn't like pointer-events without a block parent element

This commit is contained in:
Justin DiRose 2020-08-05 15:51:00 -05:00
parent 2ce61139e3
commit 2f59883fb6
No known key found for this signature in database
GPG Key ID: 1855147B46436A53
1 changed files with 1 additions and 0 deletions

View File

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