Skip to content

Instantly share code, notes, and snippets.

@creesch
Created October 12, 2013 20:03
Show Gist options
  • Save creesch/6954276 to your computer and use it in GitHub Desktop.
Save creesch/6954276 to your computer and use it in GitHub Desktop.
/* Next 4 sections make deleted messages less noticeable -djimbob*/
form.grayed, form.grayed ~ ul.flat-list.buttons { display: none }
p.tagline > a.expand:first-child + em:after, div.collapsed > a.expand:first-child + em:after
{
visibility: visible;
font-weight: bold;
content: "Comment deleted or removed"
}
p.tagline > a.expand:first-child + em, div.collapsed > a.expand:first-child + em
{
visibility: hidden;
}
div.collapsed > a.expand:first-child + em + time + a.expand,div.collapsed > a.expand:first-child + em + time + em + a.expand
{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment