FIX: Safari didn't like pointer-events without a block parent element
This commit is contained in:
parent
2ce61139e3
commit
2f59883fb6
|
@ -139,6 +139,7 @@
|
||||||
.knowledge-explorer-topic-link {
|
.knowledge-explorer-topic-link {
|
||||||
color: var(--tertiary, $tertiary);
|
color: var(--tertiary, $tertiary);
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
display: inline-block;
|
||||||
& > * {
|
& > * {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue