mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Disable text selection in tree
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
line-height: var(--line-height-data);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
cursor: default;
|
||||
user-select: none;
|
||||
}
|
||||
.Element:hover {
|
||||
background-color: var(--color-tree-node-hover);
|
||||
|
||||
Reference in New Issue
Block a user