/* ---------------------------------------------------------------------------
   Synapse Hubs — rules that replace markup-embedded styles from the old build.
   Loaded AFTER skin.css. skin.css is generated output: never hand-edit it, put
   overrides here.
   --------------------------------------------------------------------------- */

/* Hubs map markers. One rule covers any number of markers.
   `.show-hub` is the tap equivalent of :hover, which never fires on touch. */
.map-hubs .hub-info { display: none; }
.map-hubs .hub:hover .hub-info,
.map-hubs .hub.show-hub .hub-info { display: block !important; }
.map-hubs .hub .close-info { display: none; }
.map-hubs .hub.show-hub .close-info { display: block; }
