Všechna hlášení
Hlášení Mars: Teraformace
#161906: "On Amazonis Planitia, hovering over the "Geologist" milestone should highlight relevant tiles."
Čeho se toto hlášení týká?
Co se stalo? Prosím vyberte níže
Podnět: podle mého názoru by následující významně vylepšilo hru
Detailní popis
• Prosím popiš svůj návrh přesně a konzistentně, aby bylo snadné pochopit, co máš na mysli.
The milestone "Geologist" is acquired by "volcanic" hexes, and hexes adjacent to them. The problem is, if a space is covered by a tile, then it's unclear which hexes are "volcanic", which is important information in order to complete the milestone.
Therefore I propose to "highlight" the relevant hexes when hovering over the milestone.
This CSS below will achieve exactly what I want (so...I guess this is a Pull Request?):
.map_3 #main_board:has(.milestone[data-name="GEOLOGIST"]:hover) {
& [data-name="Elysium Mons"],
& [data-name="Hecates Tholus"],
& [data-name="Alba Mons"],
& [data-name="Uranius Tholus"] {
background-color: rgba(255, 0, 0, 0.5);
& .tile{
transform: scale(0.8);
transform-origin: center center;
}
}
}• Jaký prohlížeč používáte?
Google Chrome v134
Historie hlášení
Terrafire • Tento návrh zatím nebyl analyzován vývojáři:
19. bře 2025 18:24 • Imgur Screenshots of how the proposed CSS looks:
imgur.com/a/HEvcy4k
imgur.com/a/HEvcy4k
Terrafire • Tento návrh zatím nebyl analyzován vývojáři:
19. bře 2025 18:29 • I, uh, wrote the CSS using the :has selector, which has.. alright browser support:caniuse.com/css-has
xspuipuke • Tento návrh zatím nebyl analyzován vývojáři:
20. bře 2025 10:46 • Alternatively, the popup when hovering over the space should contain the information that this is a volcanic area. This info should also appear in the tooltip when a tile is on the space.
Doplňte tuto zprávu
Prosím přidej sem cokoli, co by mohlo být relevantní pro reprodukci této chyby nebo pochopení tvého návrhu:
- ID dalšího stolu / ID tahu
- Byla chyba odstraněna stisknutím F5?
- Objevila se tato chyba častěji? Pokaždé? Náhodně?
- Pokud máš snímek obrazvky zobrazující tuto chybu (doporučujeme!), můžeš použít Imgur.com pro nahrání obrázku a pak odkaz na tento obrázek na Imguru zkopírovat a vložit sem.