remove • before admin actions when they are only ones in the list of controls
This commit is contained in:
+5
-3
@@ -1,6 +1,8 @@
|
||||
.comment__controls_view_admin {
|
||||
&::before {
|
||||
content: '•';
|
||||
margin-right: 12px;
|
||||
&:not(:first-child) {
|
||||
&::before {
|
||||
content: '•';
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user