Skip to content

Commit c296fb8

Browse files
Merge pull request #20084 from calixteman/hcm_popup_trigger_area
In HCM, invert colors when hovering an annotation with a popup
2 parents 094253f + 7091647 commit c296fb8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web/annotation_layer_builder.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,10 @@
366366

367367
.popupTriggerArea {
368368
cursor: pointer;
369+
370+
&:hover {
371+
backdrop-filter: var(--hcm-highlight-filter);
372+
}
369373
}
370374

371375
section svg {

0 commit comments

Comments
 (0)