reddit is a platform for internet communities

where your votes shape what the world is talking about.

learn more ›
/*hides the downvote arrow*/  

.arrow.down {
visibility: hidden;
display: none
}

/*displays downvote arrow for comments only, after disabling*/
.comment .arrow.down {
visibility: visible;
display: block
}