Add pointer cursor to all file tree items

This commit is contained in:
luukas 2021-08-12 17:54:52 +03:00
parent d1f582edfe
commit a54115bed9

View File

@ -166,8 +166,9 @@
margin-left: 10px;
}
/* Style the caret/arrow */
.tree-caret {
/* Style the items */
.tree-item,
.files-tree-title {
cursor: pointer;
user-select: none; /* Prevent text selection */
}