Solved
Remove option Hide component when in layout mode for device Desktop
Hi Team,
We want to remove hide component option from the toolbar when in layout mode only for device Desktop selection.

Can this be possible.
Hi Team,
We want to remove hide component option from the toolbar when in layout mode only for device Desktop selection.

Can this be possible.
Hi,
you can try writing css
cq.authoring.dialog category will work.
button._coral-Button._coral-Button--quiet.cq-editable-action[data-action="HIDE"] {
display: none;
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.