fix(debug-mode): use attr(data-debug-id) for tooltip content in globals.css
Vervang attr(data-debug-label) door attr(data-debug-id) in het ::after-blok zodat de debug-tooltip de BEM-id toont in plaats van het verwijderde label-attribuut. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ce43f7720a
commit
6a2374dd84
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue