Allow users to delete their own comments
This commit is contained in:
committed by
Javi Martín
parent
fa14976cfd
commit
0698c0ff4f
@@ -1940,6 +1940,20 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.delete-comment {
|
||||
@include has-fa-icon(trash-alt, regular);
|
||||
color: $delete;
|
||||
|
||||
&:hover,
|
||||
&:active {
|
||||
color: $link-hover;
|
||||
}
|
||||
|
||||
&::before {
|
||||
transform: translateY(-1px);
|
||||
}
|
||||
}
|
||||
|
||||
.comment-user {
|
||||
margin-top: $line-height / 4;
|
||||
padding: $line-height / 4 0;
|
||||
|
||||
Reference in New Issue
Block a user