Modifications

Aller à la navigation Aller à la recherche
46 octets enlevés ,  12 avril 2021 à 17:31
aucun résumé des modifications
Ligne 1 : Ligne 1 :  
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
 
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
   −
.section-expandable {
+
.section-expandable-content {
transition: all 1s;
  −
}
     −
.section-expandable:hover + .section-expandable-toggle {
  −
background-color:#edd7d7;
   
}
 
}
 
.section-expandable-toggle {
 
.section-expandable-toggle {
Ligne 13 : Ligne 9 :  
color: gray;
 
color: gray;
 
}
 
}
.section-expandable-toggle:hover {
+
.section-expandable:hover {
 +
cursor: pointer;
 +
}
 +
.section-expandable:hover .section-expandable-toggle {
 
background-color: #fecece;
 
background-color: #fecece;
 
color: #a81b1b;
 
color: #a81b1b;
cursor: pointer;
   
}
 
}
 +
 +
 +
     

Menu de navigation