In HCM, invert colors when hovering an annotation with a popup
This commit is contained in:
parent
2e0f1ec515
commit
7091647039
@ -366,6 +366,10 @@
|
|||||||
|
|
||||||
.popupTriggerArea {
|
.popupTriggerArea {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
backdrop-filter: var(--hcm-highlight-filter);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
section svg {
|
section svg {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user