Skip to content

Commit

Permalink
fix: remove syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
Witten, David committed Oct 24, 2023
1 parent bd75cae commit 302768b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/style-modern.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
.rct-tree-item-title-container-selected .rct-tree-item-button::before {
content: " ";
position: absolute;
top: calc(var(--rct-bar-offset) + var(var(--rct-item-margin)));
top: calc(var(--rct-bar-offset) + var(--rct-item-margin));
/* left: calc(-1 * var(--rct-bar-width));*/
left: calc(-0.5 * var(--rct-bar-width));
height: calc(var(--rct-item-height) - 2 * var(--rct-bar-offset));
Expand Down

0 comments on commit 302768b

Please sign in to comment.