mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Added tooltip for the reveal link
This commit is contained in:
parent
8171fe658b
commit
a6253dcdde
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ templates.sidebarEntry = (entry) ->
|
|||
"""<a href="#{entry.fullPath()}" class="_list-item _list-hover">#{$.escape entry.name}</a>"""
|
||||
|
||||
templates.sidebarResult = (entry) ->
|
||||
"""<a href="#{entry.fullPath()}" class="_list-item _list-hover _list-result _icon-#{entry.doc.slug}"><span class="_list-reveal" data-reset-list></span>#{$.escape entry.name}</a>"""
|
||||
"""<a href="#{entry.fullPath()}" class="_list-item _list-hover _list-result _icon-#{entry.doc.slug}"><span class="_list-reveal" data-reset-list title="Reveal in list"></span>#{$.escape entry.name}</a>"""
|
||||
|
||||
templates.sidebarPageLink = (count) ->
|
||||
"""<span class="_list-item _list-pagelink">Show more… (#{count})</span>"""
|
||||
|
|
Loading…
Reference in a new issue