From 898de87d71059a65f54342b9ecb1f6c35d4f8f82 Mon Sep 17 00:00:00 2001 From: Scrum4Me Agent <30029041+madhura68@users.noreply.github.com> Date: Sat, 9 May 2026 21:28:26 +0200 Subject: [PATCH] fix(PBI-49): use attr(data-debug-id) for debug tooltip in globals.css --- app/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/globals.css b/app/globals.css index 6c32368..e8d3b09 100644 --- a/app/globals.css +++ b/app/globals.css @@ -11,7 +11,7 @@ body.debug-mode [data-debug-id] { position: relative; } body.debug-mode [data-debug-id]:hover::after { - content: attr(data-debug-label); + content: attr(data-debug-id); position: absolute; top: 0; left: 0;