forked from FroSteel/Planification
Version 2026.5.18 — Dock pastilles popups épinglés avec couleur catégorie
[code interpolé]
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user