File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
web/src/lib/components/shared-components/side-bar Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 5757 draggable =" false"
5858 aria-current ={isSelected ? ' page' : undefined }
5959 class =" flex w-full place-items-center gap-4 rounded-e-full py-3 transition-[padding] delay-100 duration-100 hover:cursor-pointer hover:bg-subtle hover:text-immich-primary dark:text-immich-dark-fg dark:hover:bg-immich-dark-gray dark:hover:text-immich-dark-primary
60- {isSelected ? 'bg-immich-primary/10 text-primary hover:bg-immich-primary/10 dark:bg-immich-dark-primary/10' : ''}"
60+ {isSelected
61+ ? 'bg-immich-primary/10 dark:text-primary text-primary hover:bg-immich-primary/10 dark:bg-immich-dark-primary/10'
62+ : ''}"
6163 >
6264 <div class =" flex w-full place-items-center gap-4 ps-5 overflow-hidden truncate" >
6365 <Icon {icon } size ="1.5em" class ="shrink-0" flipped ={flippedLogo } aria-hidden />
You can’t perform that action at this time.
0 commit comments