Merge pull request #20084 from calixteman/hcm_popup_trigger_area

In HCM, invert colors when hovering an annotation with a popup
This commit is contained in:
Tim van der Meij 2025-07-11 20:22:31 +02:00 committed by GitHub
commit c296fb8f95
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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