mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Disable text selection with right click on file tree.
This commit is contained in:
parent
9a3c1c7d22
commit
1de8b3bce7
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ aside#file-tree {
|
|||
line-height: 2.6;
|
||||
position: relative;
|
||||
|
||||
.entity {
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.entity-name {
|
||||
color: @gray-darker;
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Reference in a new issue