Todos os informes
Informes de Terraforming Mars
#161906: "On Amazonis Planitia, hovering over the "Geologist" milestone should highlight relevant tiles."
Sobre qué é este informe?
Qué aconteceu? Por favor selecciona debaixo
Suxestión: na miña opinión, esta idea pode mellorar moito a implementación do xogo
Descrición detallada
• Por favor explica a túa suxestión de maneira precisa e concisa para que sexa o máis sinxelo posible entender o que queres dicir.
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;
}
}
}• Cal é o teu navegador?
Google Chrome v134
Historial de informes
Terrafire • Esta suxestión aínda non foi analizada polos desenvolvedores:
19. Mar 2025 18:24 • Imgur Screenshots of how the proposed CSS looks:
imgur.com/a/HEvcy4k
imgur.com/a/HEvcy4k
Terrafire • Esta suxestión aínda non foi analizada polos desenvolvedores:
19. Mar 2025 18:29 • I, uh, wrote the CSS using the :has selector, which has.. alright browser support:caniuse.com/css-has
xspuipuke • Esta suxestión aínda non foi analizada polos desenvolvedores:
20. Mar 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.
Engade a este informe
Por favor engade aquí calquera cousa que sexa relevante para reproducir este erro ou entender a túa suxestión:
- Outro DI de mesa / ID de movemento
- Premer F5 resolveu o problema?
- Apareceu o problema varias veces? Tódalas veces? Aleatoriamente?
- Se tes un pantallazo deste erro (boa práctica), podes usar Imgur.com para subilo e copiar/pegar a ligazón aquí.