Disable text selection with right click on file tree.

This commit is contained in:
Paulo Reis 2017-01-24 15:19:48 +00:00
parent 9a3c1c7d22
commit 1de8b3bce7

View file

@ -35,6 +35,10 @@ aside#file-tree {
line-height: 2.6;
position: relative;
.entity {
user-select: none;
}
.entity-name {
color: @gray-darker;
cursor: pointer;