js change color mouseover

This commit is contained in:
2024-10-08 11:47:01 +02:00
parent 6229ea3e4f
commit d7986309bc
4 changed files with 25 additions and 31 deletions

View File

@@ -12,24 +12,15 @@
stroke: white;
stroke-width: 0.7;
} */
#sites-map-container circle.circle:hover{
// fill: #f7002b!important;
}
/* Changer la couleur au survol (hover) */
#sites-map-container .site-link:hover{
cursor: pointer;
}
#sites-map-container circle.circle {
fill: black !important;
&:hover{
fill: #f7002b!important;
}
}
#sites-map-container circle.circle:hover{
fill: #f7002b!important;
}
/* Styles du popup (caché par défaut) */
#sites-map-container #popup {