In HCM, invert colors when hovering an annotation with a popup

This commit is contained in:
Calixte Denizet 2025-07-11 15:35:35 +02:00
parent 2e0f1ec515
commit 7091647039

View File

@ -366,6 +366,10 @@
.popupTriggerArea { .popupTriggerArea {
cursor: pointer; cursor: pointer;
&:hover {
backdrop-filter: var(--hcm-highlight-filter);
}
} }
section svg { section svg {