Display "No Action" in context menu when empty

This commit is contained in:
ClemDee
2019-06-20 17:17:28 +02:00
parent 7af53cc0e7
commit 29b7c2c295
2 changed files with 8 additions and 5 deletions

View File

@@ -15,5 +15,11 @@
cursor: pointer;
}
}
.cp-app-drive-context-noAction {
font-style: italic;
color: #aaa;
cursor: default;
display: none;
}
}
}