Weird CSS. There is a simple way to disable downvotes:
/* HIDES DOWNVOTING BUTTON */
.downvote, .c-downvote { display: none !important; }
Weird CSS. There is a simple way to disable downvotes:
/* HIDES DOWNVOTING BUTTON */
.downvote, .c-downvote { display: none !important; }
I removed any display on voting but left the original comments from the poal dev who's handle escapes me right now. I usually override with body and not !important as it can stop overriding via specificity later on in the css.
I removed any display on voting but left the original comments from the poal dev who's handle escapes me right now. I usually override with body and not !important as it can stop overriding via specificity later on in the css.
(post is archived)