Display "No Action" in context menu when empty
This commit is contained in:
@@ -15,5 +15,11 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
.cp-app-drive-context-noAction {
|
||||
font-style: italic;
|
||||
color: #aaa;
|
||||
cursor: default;
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user