Tidy up pseudo-element references

This commit is contained in:
Angelos Chalaris
2022-11-05 13:02:04 +02:00
parent 896a772e62
commit fe7e024b96
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ Renders a tree view of a JSON object or array with collapsible content.
margin-left: 16px;
}
div.tree-element:before {
div.tree-element::before {
content: '';
position: absolute;
top: 24px;