Revert "Feature: Analyse-Anweisungen (Direktiven) fuer Tabellen und Zusammenfassung"

This reverts commit e0bcd85d90.
Dieser Commit ist enthalten in:
claude-dev
2026-04-10 19:34:25 +00:00
Ursprung e0bcd85d90
Commit f2469093ee
4 geänderte Dateien mit 7 neuen und 105 gelöschten Zeilen

Datei anzeigen

@@ -2653,36 +2653,6 @@ a:hover {
color: var(--text-secondary);
}
/* === Directive Chips === */
.directive-chips {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 6px;
margin-top: 8px;
}
.directive-chips-label {
font-size: 11px;
color: var(--text-disabled);
margin-right: 4px;
}
.directive-chip {
padding: 3px 10px;
border-radius: 12px;
border: 1px solid var(--border);
background: transparent;
color: var(--text-tertiary);
font-size: 11px;
cursor: pointer;
transition: all 0.15s;
white-space: nowrap;
}
.directive-chip:hover {
border-color: var(--accent);
color: var(--accent);
background: rgba(59, 130, 246, 0.08);
}
/* === Summary Tables === */
.summary-table-wrap {
overflow-x: auto;