Disable Edit Metadata menu item when editor is open

This commit is contained in:
Oliver Hamlet
2016-03-05 17:57:36 +00:00
parent a3e022a0d7
commit ea862bf9a9
@@ -96,6 +96,10 @@ loot-clear-metadata
overflow: hidden;
white-space: nowrap;
}
:host-context(body[data-editors]) #editMetadata {
color: #9b9b9b;
pointer-events: none;
}
#editMetadata,
#copyMetadata,
#clearMetadata {