remove group gutter glyph for private topics / pms

This commit is contained in:
Jeff Atwood 2014-08-11 11:44:15 -07:00
parent 21185617b0
commit 0ee07ae2bb

View file

@ -1012,7 +1012,7 @@ a.attachment:before {
position: relative;
}
.private_message .gutter:before, .deleted-topic .gutter:before, .read_restricted .gutter:before {
.deleted-topic .gutter:before {
display: block;
position: absolute;
left: 767px;
@ -1022,14 +1022,6 @@ a.attachment:before {
z-index: -5;
}
.read_restricted .gutter:before {
content: "\f0c0";
}
.private_message .gutter:before {
content: "\f0e0";
}
.topic-meta-data {
&:after {