Style tenant dropdown when user only has access to a single tenant
I would like to remove hover effects and the arrow down icon if the user only has a single tenant. Is that possible? I am not using a tenant profile page or other tenant menu items.
Solution:Jump to solution
My dumb ass doesn't know how to publish it so use this css instead ```css
/* Style tenant menu button if no dropdown */
.fi-sidebar-nav-tenant-menu-ctn .fi-dropdown-trigger:only-child button.fi-tenant-menu-trigger {
@apply bg-inherit cursor-auto;...
5 Replies
You can do it by overriding the tenant menu or submitting a PR to add that behavour Dan might accept it as it makes sense
Thanks, you mean publishing tenant-menu.blade.php and editing it?
yeah
Solution
My dumb ass doesn't know how to publish it so use this css instead
That's a better solution tbh.