Skip to content

Commit

Permalink
fix: cursor for category select
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Jul 24, 2020
1 parent bc26883 commit 4c90fac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions public/less/admin/manage/groups.less
Expand Up @@ -27,3 +27,9 @@
}
}
}

.page-admin-groups {
[component="category/list"] li {
cursor: pointer;
}
}
2 changes: 1 addition & 1 deletion public/less/admin/manage/privileges.less
Expand Up @@ -10,7 +10,7 @@
@keyframes fadeOut {
0% {background-color: @brand-primary;}
100% {background-color: white;}
}
}

[data-group-name].selected {
animation-name: fadeOut;
Expand Down

0 comments on commit 4c90fac

Please sign in to comment.