mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Disable Edit Metadata menu item when editor is open
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user