feat: hover-only title tooltip on map markers; click navigates to entry
This commit is contained in:
@@ -437,6 +437,21 @@ body::after {
|
||||
.maplibregl-canvas-container.maplibregl-interactive { cursor: grab; }
|
||||
.maplibregl-canvas-container.maplibregl-interactive:active { cursor: grabbing; }
|
||||
|
||||
/* Hover tooltip (title only, non-interactive) */
|
||||
.map-tip-popup { pointer-events: none; }
|
||||
.map-tip-popup .maplibregl-popup-content {
|
||||
padding: var(--space-2) var(--space-3);
|
||||
}
|
||||
.map-tip {
|
||||
font-family: var(--font-ui);
|
||||
font-size: var(--text-sm);
|
||||
font-weight: 500;
|
||||
color: var(--color-ink);
|
||||
white-space: nowrap;
|
||||
user-select: none;
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* ── Stats page ──────────────────────────────────────────────────────────────── */
|
||||
|
||||
.stats-heading {
|
||||
|
||||
Reference in New Issue
Block a user