Fix invalid HTML in comment votes
We forgot to change the `span` tag when we replaced links with buttons
in commit ba0d21b46.
This commit is contained in:
@@ -1720,6 +1720,11 @@ table {
|
||||
}
|
||||
}
|
||||
|
||||
.in-favor,
|
||||
.against {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.in-favor button {
|
||||
@include like-unlike-icon(thumbs-up, $like);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user