fix(ui): remove yellow/red row backgrounds, keep green only

This commit is contained in:
Christian Vidal Wolf
2026-05-14 20:21:01 +02:00
parent 008a10502b
commit e89f31d9b3
4 changed files with 8 additions and 11 deletions
+1 -2
View File
@@ -316,8 +316,7 @@ export function ArticleDetails({ data, onEdit, rowStatuses }: ArticleDetailsProp
key={index}
className={cn(
"hover:bg-slate-700/20 transition-colors",
saveStatus === 'error' ? "bg-red-400/20 border-l-4 border-l-red-500" :
saveStatus === 'pending' ? "bg-yellow-400/20 border-l-4 border-l-yellow-400" : ""
""
)}
>
<td className="px-3 py-2 font-mono text-indigo-400 truncate" style={{ width: columnWidths[COLUMNS.ARTICLE_NO] }}>{row[COLUMNS.ARTICLE_NO]}</td>