Fix the rename feature in drive not working with tables

This commit is contained in:
yflory
2017-01-26 14:51:59 +01:00
parent 3f44444f41
commit fb48484d2a
3 changed files with 12 additions and 8 deletions

View File

@@ -194,7 +194,7 @@ span.fa-folder-open {
margin-left: 10px;
float: right;
}
#content li:not(.header) * {
#content li:not(.header) *:not(input) {
pointer-events: none;
}
#content li:not(.header):hover .name {