mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(sidebar): qa feedback [EE-5666] (#10452)
This commit is contained in:
parent
da5a4d6714
commit
6a5f5aa424
6 changed files with 10 additions and 106 deletions
|
@ -63,7 +63,7 @@ export function SidebarParent({
|
|||
to={to}
|
||||
params={params}
|
||||
className={clsx(
|
||||
'w-full h-full font-medium items-center flex list-none border-none text-gray-5 hover:text-gray-5 hover:no-underline focus:text-gray-5 focus:no-underline',
|
||||
'w-full h-full font-medium items-center flex list-none border-none text-inherit hover:text-inherit hover:no-underline focus:text-inherit focus:no-underline',
|
||||
{
|
||||
'justify-start': isSidebarOpen,
|
||||
'justify-center': !isSidebarOpen,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue