mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
fix(sidebar): high contrast styles, single option link [EE-5666] (#10485)
This commit is contained in:
parent
0e47f22c0a
commit
776be2e022
5 changed files with 77 additions and 23 deletions
|
@ -15,9 +15,8 @@ export function Wrapper({
|
|||
return (
|
||||
<li
|
||||
className={clsx(
|
||||
'flex',
|
||||
className,
|
||||
'min-h-8 text-gray-3 [&>a]:text-inherit [&>a]:hover:text-inherit [&>a]:hover:no-underline'
|
||||
'flex min-h-8 text-gray-3 th-highcontrast:text-white [&>a]:text-inherit [&>a]:hover:text-inherit [&>a]:hover:no-underline'
|
||||
)}
|
||||
aria-label={label}
|
||||
// eslint-disable-next-line react/jsx-props-no-spreading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue