mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Add pointer cursor to all file tree items
This commit is contained in:
parent
d1f582edfe
commit
a54115bed9
@ -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 */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user