We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd75cae commit 302768bCopy full SHA for 302768b
packages/core/src/style-modern.css
@@ -89,7 +89,7 @@
89
.rct-tree-item-title-container-selected .rct-tree-item-button::before {
90
content: " ";
91
position: absolute;
92
- top: calc(var(--rct-bar-offset) + var(var(--rct-item-margin)));
+ top: calc(var(--rct-bar-offset) + var(--rct-item-margin));
93
/* left: calc(-1 * var(--rct-bar-width));*/
94
left: calc(-0.5 * var(--rct-bar-width));
95
height: calc(var(--rct-item-height) - 2 * var(--rct-bar-offset));
0 commit comments