Revert unintended changes in ForecastView and AdsPerformance; keep WeeklyGrid badge repositioning

This commit is contained in:
Christian Vidal Wolf
2026-01-29 13:27:44 +01:00
parent 355c64422c
commit c5db663454
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ const AdsRow: React.FC<{
}
return (
<tr className="hover:bg-white/[0.02] transition-colors group relative hover:z-50">
<tr className="hover:bg-white/[0.02] transition-colors group">
<td className="p-4 py-3">
<div className="flex flex-col gap-0.5">
<div className="flex items-center gap-2">
+1 -1
View File
@@ -80,7 +80,7 @@ const ForecastRow: React.FC<{
else achievementColor = 'bg-rose-500';
return (
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0 relative hover:z-50">
<tr key={item.asin} className="hover:bg-indigo-500/5 transition-colors group border-b border-slate-800/50 last:border-0">
{/* Product Info */}
<td className="px-6 py-4">
<div className="flex flex-col gap-1">