Skip to content

Commit 302768b

Browse files
author
Witten, David
committed
fix: remove syntax error
1 parent bd75cae commit 302768b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/style-modern.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
.rct-tree-item-title-container-selected .rct-tree-item-button::before {
9090
content: " ";
9191
position: absolute;
92-
top: calc(var(--rct-bar-offset) + var(var(--rct-item-margin)));
92+
top: calc(var(--rct-bar-offset) + var(--rct-item-margin));
9393
/* left: calc(-1 * var(--rct-bar-width));*/
9494
left: calc(-0.5 * var(--rct-bar-width));
9595
height: calc(var(--rct-item-height) - 2 * var(--rct-bar-offset));

0 commit comments

Comments
 (0)