docs: add new-child tags to hide the "new" tag when a parent list item is expanded
Change-Id: Ie1447eabc3fa498209a1096cdf3b460c8fd56661
This commit is contained in:
@@ -60,7 +60,7 @@
|
|||||||
<li class="toggle-list">
|
<li class="toggle-list">
|
||||||
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/activities.html">
|
<div><a href="<?cs var:toroot ?>guide/topics/fundamentals/activities.html">
|
||||||
<span class="en">Activities</span>
|
<span class="en">Activities</span>
|
||||||
</a> <span class="new">new!</span></div>
|
</a> <span class="new-child">new!</span></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html">
|
<li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html">
|
||||||
<span class="en">Fragments</span>
|
<span class="en">Fragments</span>
|
||||||
@@ -99,7 +99,7 @@
|
|||||||
<div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
|
<div><a href="<?cs var:toroot ?>guide/topics/ui/index.html">
|
||||||
<span class="en">User Interface</span>
|
<span class="en">User Interface</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="new">new!</span></div>
|
<span class="new-child">new!</span></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
|
<li><a href="<?cs var:toroot ?>guide/topics/ui/declaring-layout.html">
|
||||||
<span class="en">Declaring Layout</span>
|
<span class="en">Declaring Layout</span>
|
||||||
@@ -238,7 +238,7 @@
|
|||||||
<div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
|
<div><a href="<?cs var:toroot ?>guide/topics/graphics/index.html">
|
||||||
<span class="en">Graphics</span>
|
<span class="en">Graphics</span>
|
||||||
</a>
|
</a>
|
||||||
<span class="new">new!</span></div>
|
<span class="new-child">new!</span></div>
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
|
<li><a href="<?cs var:toroot ?>guide/topics/graphics/2d-graphics.html">
|
||||||
<span class="en">2D Graphics</span>
|
<span class="en">2D Graphics</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user