Skip to content

Commit

Permalink
fix: NodeBB#9767 ACP change group icon fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psychobunny committed Sep 7, 2021
1 parent ac6cd02 commit 580a016
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public/less/admin/manage/groups.less
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,18 @@
[component="category/list"] li {
cursor: pointer;
}

.fa-nbb-none {
border: 1px dotted black;
height: 35px;
width: 35px;
}

.fa-icons .fa-nbb-none {
vertical-align: -6px;
}

#group-icon-preview.fa-nbb-none {
display: none;
}
}

0 comments on commit 580a016

Please sign in to comment.