diff --git a/web/app/components/comment/__vote/_disabled/comment__vote_disabled.scss b/web/app/components/comment/__vote/_disabled/comment__vote_disabled.scss index 168e6602..dab8cb36 100644 --- a/web/app/components/comment/__vote/_disabled/comment__vote_disabled.scss +++ b/web/app/components/comment/__vote/_disabled/comment__vote_disabled.scss @@ -1,7 +1,10 @@ .comment__vote_disabled { - &, - &:hover { - background-image: url('comment__vote_disabled.svg'); - cursor: not-allowed; + &.comment__vote_type_up, + &.comment__vote_type_down { + &, + &:hover { + background-image: url('comment__vote_disabled.svg'); + cursor: not-allowed; + } } }