File tree Expand file tree Collapse file tree
adminforth/spa/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 <button @click =" clickOnMenuItem(i)" type =" button" class =" af-sidebar-expand-button flex items-center w-full px-3.5 py-2 text-base text-lightSidebarText rounded-default transition duration-75 group hover:bg-lightSidebarItemHover hover:text-lightSidebarTextHover dark:text-darkSidebarText dark:hover:bg-darkSidebarHover dark:hover:text-darkSidebarTextHover"
6868 :class =" opened.includes(i) ? 'af-sidebar-dropdown-expanded' : 'af-sidebar-dropdown-collapsed'"
6969 :aria-controls =" `dropdown-example${i}`"
70- :data-collapse-toggle =" `dropdown-example${i}`"
7170 >
7271 <component v-if =" item.icon" :is =" getIcon(item.icon)" class =" w-5 h-5 text-lightSidebarIcons group-hover:text-lightSidebarIconsHover transition duration-75 dark:group-hover:text-darkSidebarIconsHover dark:text-darkSidebarIcons" ></component >
7372 <span class =" overflow-hidden flex-1 ms-3 text-left rtl:text-right whitespace-nowrap" >{{ item.label }}
114113 <button @click =" clickOnMenuItem(i)" type =" button" class =" af-sidebar-expand-button relative flex items-center h-10 w-full px-3.5 py-2 text-base text-lightSidebarText rounded-default group hover:bg-lightSidebarItemHover hover:text-lightSidebarTextHover dark:text-darkSidebarText dark:hover:bg-darkSidebarHover dark:hover:text-darkSidebarTextHover"
115114 :class =" opened.includes(i) ? 'af-sidebar-dropdown-expanded' : 'af-sidebar-dropdown-collapsed'"
116115 :aria-controls =" `dropdown-example${i}`"
117- :data-collapse-toggle =" `dropdown-example${i}`"
118116 >
119117 <component v-if =" item.icon" :is =" getIcon(item.icon)" class =" min-w-5 min-h-5 text-lightSidebarIcons group-hover:text-lightSidebarIconsHover transition duration-75 dark:group-hover:text-darkSidebarIconsHover dark:text-darkSidebarIcons" ></component >
120118
You can’t perform that action at this time.
0 commit comments