Revert "Feature: Analyse-Anweisungen (Direktiven) fuer Tabellen und Zusammenfassung"
This reverts commit e0bcd85d90.
Dieser Commit ist enthalten in:
@@ -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;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren