remove • before admin actions when they are only ones in the list of controls

This commit is contained in:
igoradamenko
2018-02-24 22:02:35 +02:00
parent b27000f29f
commit 6eca039e83
@@ -1,6 +1,8 @@
.comment__controls_view_admin {
&::before {
content: '';
margin-right: 12px;
&:not(:first-child) {
&::before {
content: '';
margin-right: 12px;
}
}
}