Remove "Open Layer Actions" button and carat image from displaying in Layer List
Hi,
I have removed all items from the "Layer Actions" Context Menu for a Viewer through Essentials. But the viewer still shows the "Open Layer Actions" button and carat image to the right of the layer in the layer list. My goal was to remove this "Open Layer Actions" option altogether because it is unneeded and it visually clutters the user experience. The user clicks it only to read "no options available".
How can I remove the button and carat beside the layer in the layer list?
Have tried some things in the .json file, but they didn't seem to have an effect.
Thanks,
Carmen
0
-
Perhaps with custom CSS? 0 -
Hi Nico, I was looking at CSS as well but couldn't figure out what to set using the methods by which I know. I'll look again this morning. Thanks, carmen 0 -
Apparently, I just needed the weekend refresh my brain. The .CSS change: .layer-actions button { visibility: hidden; } Thanks, Nico, for making me look twice. 0 -
Very odd - when I replied to the email that the forum automatically sent when Nico replied, the formatting of my response was stripped. Here is how the above should have read:
Apparently, I just needed the weekend refresh my brain. The .CSS change:
.layer-actions button {
visibility: hidden;
}
Thanks, Nico, for making me look twice.0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
4 kommentarer