Version 2026.5.18 — Dock pastilles popups épinglés avec couleur catégorie

[code interpolé]
This commit is contained in:
2026-04-21 13:00:00 +02:00
parent f54ccd28d2
commit 8c76085f03
4 changed files with 148 additions and 9 deletions
+6
View File
@@ -1015,6 +1015,12 @@ html, body {
opacity: 0;
transition: opacity 0.1s, background 0.1s, color 0.1s;
font-family: inherit;
/* v2026.5.17 : figer largeur/hauteur pour que le changement 📋 → ✓ pendant
la copie ne fasse pas bouger le titre centré dans la grid */
min-width: 28px;
min-height: 22px;
text-align: center;
box-sizing: border-box;
}
.intervention-v2:hover .intervention-copy { opacity: 1; }
.intervention-copy:hover {