Revert "Ereignis-Timeline: Lagebericht-Stempel zusammenfassen, Bar-Cap entfernen"

This reverts commit cae9c5467a.
Dieser Commit ist enthalten in:
AegisSight Promote-UI
2026-05-01 15:21:53 +02:00
Ursprung 221b21cb4e
Commit 86a49e082c
2 geänderte Dateien mit 21 neuen und 42 gelöschten Zeilen

Datei anzeigen

@@ -2691,22 +2691,16 @@ a.dev-source-pill:hover {
height: 4px;
background: var(--border);
}
/* Bar mit Lagebericht im gleichen Bucket: dezente goldene Top-Linie auf der Fuellung */
.ht-bar.has-snapshot .ht-bar-fill::before {
content: '';
.ht-bar-snap-cap {
position: absolute;
top: 0;
left: 0;
right: 0;
height: 3px;
top: -8px;
left: -2px;
right: -2px;
height: 6px;
background: var(--accent);
border-radius: 2px 2px 0 0;
border-radius: 2px;
box-shadow: var(--glow-accent);
}
.ht-bar.has-snapshot.snapshot-only .ht-bar-fill::before {
/* Nur Snapshot, keine Artikel: kleiner goldener Strich auf Achse */
height: 4px;
}
.ht-bar-fill { position: relative; }
.ht-bars:has(.ht-bar.active) .ht-bar:not(.active) { opacity: 0.45; }
/* Aktiver Bar: dezenter Marker oben */
@@ -2839,24 +2833,17 @@ a.dev-source-pill:hover {
bottom: -7px;
left: 50%;
transform: translateX(-50%);
min-width: 14px;
width: 14px;
height: 14px;
padding: 0 2px;
background: var(--bg-card);
border: 1px solid var(--accent);
border-radius: 7px;
border-radius: 50%;
color: var(--accent);
display: flex;
align-items: center;
justify-content: center;
z-index: 4;
}
.ht-snapshot-line-count {
font-size: 9px;
font-weight: 700;
font-family: var(--font-mono);
line-height: 1;
}
/* "Heute"-Linie (nur bei taeglicher/woechentlicher/monatlicher Granularitaet aktiv) */
.ht-today-line {