Skip to content

Commit 9a77452

Browse files
committed
Make outlines invisible again
1 parent 87b0d32 commit 9a77452

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/react-sortable-tree.scss

+4
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@
1313
box-sizing: border-box;
1414
}
1515
}
16+
17+
:global .ReactVirtualized__Grid {
18+
outline: none;
19+
}

0 commit comments

Comments
 (0)