Skip to content

Commit

Permalink
fix: contraste sur les éléments sélectionnés du menu (#1825)
Browse files Browse the repository at this point in the history
* fix: contraste sur les éléments sélectionnés du menu

* fix: up
  • Loading branch information
rap2hpoutre authored Jan 15, 2024
1 parent 1d0a662 commit cbc02a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/components/drawer.js
Original file line number Diff line number Diff line change
@@ -37,7 +37,7 @@ const Drawer = () => {
'noprint tw-max-h-full tw-w-64 tw-min-w-min tw-shrink-0 tw-basis-52 tw-flex-col tw-justify-between tw-overflow-y-auto tw-border-r tw-border-black tw-border-opacity-10 tw-bg-white tw-p-4 tw-drop-shadow-xl sm:!tw-flex sm:tw-drop-shadow-none',
isOnboarding ? '[&_li:not(#show-on-onboarding)]:tw-pointer-events-none [&_li:not(#show-on-onboarding)]:tw-opacity-20' : '',
].join(' ')}>
<div className="tw-pl-0 [&_li]:tw-list-none [&_a]:tw-my-0.5 [&_a]:tw-block [&_a]:tw-rounded-lg [&_a]:tw-py-0.5 [&_a]:tw-text-sm [&_a]:tw-font-semibold [&_a]:tw-text-black75 [&_a:hover]:tw-text-main [&_a.active]:tw-text-main50">
<div className="tw-pl-0 [&_li]:tw-list-none [&_a]:tw-my-0.5 [&_a]:tw-block [&_a]:tw-rounded-lg [&_a]:tw-py-0.5 [&_a]:tw-text-sm [&_a]:tw-font-semibold [&_a]:tw-text-black75 [&_a:hover]:tw-text-main [&_a.active]:tw-text-main [&_a.active]:tw-underline">
{['admin', 'normal'].includes(role) && isDesktop && (
<>
<li>

0 comments on commit cbc02a1

Please sign in to comment.