Prioritize disabled arrows style over general

It disables hover color change for not logged in users.
This commit is contained in:
Valery Kharshats
2019-01-16 16:21:05 -05:00
committed by GitHub
parent 79a8bfe453
commit 5a034f4b52
@@ -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;
}
}
}