diff --git a/dashboard/src/main/home/app-dashboard/image-settings/ImageList.tsx b/dashboard/src/main/home/app-dashboard/image-settings/ImageList.tsx index 5825e9107d..5140e58d70 100644 --- a/dashboard/src/main/home/app-dashboard/image-settings/ImageList.tsx +++ b/dashboard/src/main/home/app-dashboard/image-settings/ImageList.tsx @@ -121,7 +121,7 @@ const ImageItem = styled.div` cursor: text; :hover { background: #ffffff22; - + cursor: pointer; > i { background: #ffffff22; } diff --git a/dashboard/src/main/home/app-dashboard/image-settings/TagList.tsx b/dashboard/src/main/home/app-dashboard/image-settings/TagList.tsx index efb564e1a7..7b90085951 100644 --- a/dashboard/src/main/home/app-dashboard/image-settings/TagList.tsx +++ b/dashboard/src/main/home/app-dashboard/image-settings/TagList.tsx @@ -150,7 +150,7 @@ const TagItem = styled.div` cursor: text; :hover { background: #ffffff22; - + cursor: pointer; > i { background: #ffffff22; }