mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
remove group gutter glyph for private topics / pms
This commit is contained in:
parent
21185617b0
commit
0ee07ae2bb
1 changed files with 1 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue