Merge pull request #251 from Arelav/master

Prioritize disabled arrows style over general
This commit is contained in:
Umputun
2019-01-17 11:15:48 -06:00
committed by GitHub
@@ -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;
}
}
}