Much easier to hide the whole list item.

If they want to unhide it, they can still see the link to do so.
This commit is contained in:
Kerrick Long
2011-07-12 19:08:46 -05:00
parent 2f75dcf700
commit b5a26f4ce7
+1 -1
View File
@@ -48,7 +48,7 @@ a:hover {
#posts li.stale {
display: none;
}
li[data-hidestatus="true"] .votes, li[data-hidestatus="true"] .thumblink, li[data-hidestatus="true"] .link, li[data-hidestatus="true"] .domain, li[data-hidestatus="true"] .meta, li[data-hidestatus="true"] .actions *:not(.hide){
li[data-hidestatus="true"] {
opacity: 0.25;
}
.votes {