make the custom flag, for example if you call it the edit post flag
edit post flag
then in css of theme component:
.flag-action-type.custom_edit_post_flag { display: none; } .staff .flag-action-type.custom_edit_post_flag { display: block; }