Skip to content

Commit 7091647

Browse files
committed
In HCM, invert colors when hovering an annotation with a popup
1 parent 2e0f1ec commit 7091647

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)