remove group gutter glyph for private topics / pms
This commit is contained in:
parent
21185617b0
commit
0ee07ae2bb
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue