you don't need that plugin. this feature has been implemented in the new version of q2a. admin/viewing allow commenting on questions/answers/comments.
so you want to remove the border from the comment voting?
open donut.css file from the qa-theme/donut-theme/css and add the following code their:
.qa-c-list-item .qa-voting {
border: none;
}