fix(PBI-49): use attr(data-debug-id) for debug tooltip in globals.css
This commit is contained in:
parent
c2295241c0
commit
898de87d71
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