File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11<template >
22 <div class =" min-w-40" >
3- <div class =" cursor-pointer flex items-center gap-1 block px-4 py-2 text-sm text-black
3+ <div class =" cursor-pointer flex items-center justify-between gap-1 block px-4 py-2 text-sm text-black
44 hover:bg-html dark:text-darkSidebarTextHover dark:hover:bg-darkSidebarItemHover dark:hover:text-darkSidebarTextActive
5- w-full select-none "
5+ w-full select-none "
66 :class =" { 'bg-black bg-opacity-10 ': showDropdown }"
77 @click =" showDropdown = !showDropdown"
88 >
9- <span >Settings</span >
10- <IconCaretDownSolid class =" h-5 w-5 text-lightPrimary dark:text-gray-400 opacity-50 transition duration-150 ease-in"
11- :class =" { 'transform rotate-180': showDropdown }"
9+ <span >Settings</span >
10+ <IconCaretDownSolid class =" h-5 w-5 text-lightPrimary dark:text-gray-400 opacity-50 transition duration-150 ease-in"
11+ :class =" { 'transform rotate-180': showDropdown }"
1212 />
1313 </div >
1414
You can’t perform that action at this time.
0 commit comments