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
1 changed files with 1 additions and 9 deletions

View File

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