Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navbar Table of Contents TOC does not have an icon #449

Closed
borgendorf opened this issue Dec 19, 2019 · 1 comment
Closed

Navbar Table of Contents TOC does not have an icon #449

borgendorf opened this issue Dec 19, 2019 · 1 comment

Comments

@borgendorf
Copy link

borgendorf commented Dec 19, 2019

Description

If the Table of Contents option is on for the navbar, I see the caret dropdown, but no icon. When I check the HTML, it looks like it's supposed to be loading "mdi-th-list" but I don't see one of those in the material css icon file.

Steps to reproduce

  1. Add the ToC to the navbar

Expected behavior: [What you expected to happen]
Icon next to the caret

Actual behavior: [What actually happened]
No icon

Versions

  • Readable
  • Greebo (latest)

Sample page or snippet

<ul class="nav navbar-nav" id="dw__toc_menu">
                    <li class="dropdown">
                        <a href="" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="Table of Contents" role="button" aria-haspopup="true" aria-expanded="false">
                            <i class="mdi mdi-th-list"></i> <span class="hidden-lg hidden-md hidden-sm">Table of Contents</span><span class="caret"></span>
                        </a>
                        <ul class="dropdown-menu" role="menu" style="max-height: 400px; overflow-y: auto">
                            <li class="dropdown-header"><i class="mdi mdi-th-list"></i> Table of Contents</li>
                        <li><a class="small" href="#release_notes">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Release Notes</a></li><li><a class="small" href="#recent_changes_on_this_site">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Recent Changes on this Site</a></li></ul>
                    </li>
                </ul>
@borgendorf borgendorf added the bug label Dec 19, 2019
giterlizzi added a commit that referenced this issue Jan 9, 2020
@giterlizzi
Copy link
Owner

Fixed in master and develop branch. Please reinstall the template again.

Thanks,
Joseph

@giterlizzi giterlizzi added this to the v2020-01 milestone Jan 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants