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; margin-left: 10px;
} }
/* Style the caret/arrow */ /* Style the items */
.tree-caret { .tree-item,
.files-tree-title {
cursor: pointer; cursor: pointer;
user-select: none; /* Prevent text selection */ user-select: none; /* Prevent text selection */
} }