From 19038472cfb5e896db3b501c48ee4856411e6711 Mon Sep 17 00:00:00 2001 From: UserIsMH Date: Fri, 1 May 2026 16:06:31 +0200 Subject: [PATCH] =?UTF-8?q?Ereignis-Timeline:=20=E2=96=BC-Pfeil=20unter=20?= =?UTF-8?q?aktivem=20Heatmap-Balken=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Der Pfeil überschattete das darunter liegende Stunden-Label. Goldener Balken mit Glow + scaleY reicht als visuelles Aktiv-Signal. Co-Authored-By: Claude Opus 4.7 (1M context) --- src/static/css/style.css | 10 ---------- src/static/dashboard.html | 2 +- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/src/static/css/style.css b/src/static/css/style.css index a2274f3..52978bb 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -2497,16 +2497,6 @@ a.dev-source-pill:hover { z-index: 2; position: relative; } -.ht-strip-cell.active::after { - content: '▼'; - position: absolute; - bottom: -10px; - left: 50%; - transform: translateX(-50%); - font-size: 8px; - color: var(--accent); - pointer-events: none; -} .ht-strip:has(.ht-strip-cell.active) .ht-strip-cell:not(.active):not(.empty) { opacity: 0.4; } diff --git a/src/static/dashboard.html b/src/static/dashboard.html index 775117d..5c0f673 100644 --- a/src/static/dashboard.html +++ b/src/static/dashboard.html @@ -13,7 +13,7 @@ - +