File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
adminforth/spa/src/components Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1616 <ul class =" py-2 text-sm text-lightThreeDotsMenuBodyText dark:text-darkThreeDotsMenuBodyText" aria-labelledby =" dropdownMenuIconButton" >
1717 <li v-for =" item in threeDotsDropdownItems" :key =" `dropdown-item-${item.label}`" >
1818 <a href =" #"
19- class =" block px-4 py-2 hover:bg-lightThreeDotsMenuBodyBackgroundHover hover:text-lightThreeDotsMenuBodyTextHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover"
20- :class =" {
21- 'pointer-events-none': !checkboxes.length,
22- 'opacity-50': !checkboxes.length,
23- 'cursor-not-allowed': !checkboxes.length,
24- }" >
19+ class =" block px-4 py-2 hover:bg-lightThreeDotsMenuBodyBackgroundHover hover:text-lightThreeDotsMenuBodyTextHover dark:hover:bg-darkThreeDotsMenuBodyBackgroundHover dark:hover:text-darkThreeDotsMenuBodyTextHover"
20+ >
2521 <component :is =" getCustomComponent(item)"
2622 :meta =" item.meta"
2723 :resource =" coreStore.resource"
You can’t perform that action at this time.
0 commit comments