From 83a59d0fdd67812928f0d1e71b612dda213c2c45 Mon Sep 17 00:00:00 2001 From: Christophe Vila Date: Mon, 27 Jul 2026 10:20:14 +0200 Subject: [PATCH] chore(frontend): remove the now-dead .error CSS class Every inline error paragraph that used it has been migrated to the banner system across the preceding tasks. --- frontend/src/App.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/frontend/src/App.css b/frontend/src/App.css index ef08ab3..ba97f9d 100644 --- a/frontend/src/App.css +++ b/frontend/src/App.css @@ -269,10 +269,6 @@ button:disabled { color: #9aa0ab; } -.error { - color: #f87171; -} - .review-list { list-style: none; padding: 0;