Make grouped assets in UI distinguishable
complete
J
Justin J.
Hello, I think a small UI tweak to make it clear which items in the list are a group, and which items belong to that group, would be nice. Right now it is really hard to tell. For example see attached pic.
You can tell in most cases by where the alphabetical ordering starts over, but... I think a slight shading difference and/or a slight indent would be great.
The Hudu Team
complete
In Hudu 2.1.5.7
L
Luke P.
You can add some custom CSS to make this happen. Here's what I added, and what it looks like: Admin->Basic Setup->Design:
.company-sidebar__name {text-decoration: none;}
.company-sidebar__folder__a {opacity: 0.5; border-bottom: 0.5px solid white; margin-top: 8px;}
The Hudu Team
in progress