am 287987db
: add style for \'new-child\' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
* commit '287987db4f47a770f9e48375c02fdb3369190f14': add style for 'new-child' class, which hides the "new" tag when the parent list item is expanded (for use when the parent is advertising a new child doc)
This commit is contained in:
@@ -791,7 +791,8 @@ ul.no-style {
|
|||||||
padding-left:1em;
|
padding-left:1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.new {
|
.new,
|
||||||
|
.new-child {
|
||||||
font-size: .78em;
|
font-size: .78em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ff3d3d;
|
color: #ff3d3d;
|
||||||
@@ -800,6 +801,10 @@ ul.no-style {
|
|||||||
line-height:.9em;
|
line-height:.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toggle-list.open .new-child {
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
|
||||||
pre.classic {
|
pre.classic {
|
||||||
background-color:transparent;
|
background-color:transparent;
|
||||||
border:none;
|
border:none;
|
||||||
|
Reference in New Issue
Block a user