mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
fix(sidebar): sort issues [EE-3447] (#7147)
This commit is contained in:
parent
d32793e84e
commit
b004b33935
6 changed files with 119 additions and 65 deletions
|
@ -18,7 +18,7 @@ export function Header({ logo }: Props) {
|
|||
<Link
|
||||
to="portainer.home"
|
||||
data-cy="portainerSidebar-homeImage"
|
||||
className="text-2xl text-white no-underline hover:no-underline hover:text-white"
|
||||
className="text-2xl text-white no-underline hover:no-underline hover:text-white focus:no-underline focus:text-white focus:outline-none"
|
||||
>
|
||||
<img
|
||||
src={logo || defaultLogo}
|
||||
|
@ -31,7 +31,7 @@ export function Header({ logo }: Props) {
|
|||
<button
|
||||
type="button"
|
||||
onClick={() => toggle()}
|
||||
className="w-6 h-6 flex justify-center items-center text-gray-4 be:text-gray-5 border-0 rounded text-sm be:bg-gray-10 bg-blue-11 hover:text-white be:hover:text-white"
|
||||
className="w-6 h-6 flex justify-center items-center text-gray-4 be:text-gray-5 border-0 rounded text-sm bg-blue-11 hover:bg-blue-10 be:bg-gray-10 be:hover:bg-gray-8 transition-colors duration-200 hover:text-white be:hover:text-white"
|
||||
aria-label="Toggle Sidebar"
|
||||
title="Toggle Sidebar"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue