read restricted categories should have a glyph
This commit is contained in:
parent
af685e83ea
commit
c4af6297b4
|
@ -13,7 +13,7 @@ Discourse.TopicView = Discourse.View.extend(Discourse.Scrolling, {
|
||||||
userFiltersBinding: 'controller.userFilters',
|
userFiltersBinding: 'controller.userFilters',
|
||||||
classNameBindings: ['controller.multiSelect:multi-select',
|
classNameBindings: ['controller.multiSelect:multi-select',
|
||||||
'topic.archetype',
|
'topic.archetype',
|
||||||
'topic.category.secure:secure_category',
|
'topic.category.read_restricted:read_restricted',
|
||||||
'topic.deleted:deleted-topic'],
|
'topic.deleted:deleted-topic'],
|
||||||
menuVisible: true,
|
menuVisible: true,
|
||||||
SHORT_POST: 1200,
|
SHORT_POST: 1200,
|
||||||
|
|
|
@ -800,7 +800,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.deleted-topic .gutter {
|
.deleted-topic .gutter, .read_restricted .gutter {
|
||||||
position: relative;
|
position: relative;
|
||||||
&:before {
|
&:before {
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -814,15 +814,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.secure_category .gutter {
|
.read_restricted .gutter {
|
||||||
position: relative;
|
|
||||||
&:before {
|
&:before {
|
||||||
display: block;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
color: rgba($black, 0.05);
|
|
||||||
font: 90px/1 FontAwesome;
|
|
||||||
content: "\f0c0";
|
content: "\f0c0";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue