blob: d0ed4a1c1ee5c50f5fa52b9fd2f36c0eb3bb28d2 [file] [log] [blame]
<dom-module id="my-plugin">
<script>
Gerrit.install(plugin => {
plugin.registerStyleModule('change-metadata', 'my-plugin-style');
});
</script>
</dom-module>
<dom-module id="my-plugin-style">
<style>
html {
--change-metadata-assignee: {
display: none;
}
--change-metadata-label-status: {
display: none;
}
--change-metadata-strategy: {
display: none;
}
--change-metadata-topic: {
display: none;
}
}
</style>
</dom-module>