Skip to content

Shows text of Treeview in collapsed sidebar - #70

Merged
misterGF merged 1 commit into
misterGF:masterfrom
liamrathke:master
Apr 18, 2018
Merged

Shows text of Treeview in collapsed sidebar#70
misterGF merged 1 commit into
misterGF:masterfrom
liamrathke:master

Conversation

@liamrathke

Copy link
Copy Markdown
Contributor

In the collapsible list of links on the sidebar (known as a Treeview), the Treeview header's text did not show in the popup that appears when the sidebar is collapsed and the Treeview's icon is hovered over. This happened because the Treeview's collapse button (fa-angle-left) somehow interfered with the text that was shown.

This error is fixed by setting the Treeview header's text to have a z-index, which places the header's text in front of the collapse button.

It now looks like this:

screen shot 2018-04-16 at 11 35 43 am

This PR fixes #69.

In a collapsible list of titles on the sidebar, the list's name (the Treeview title) did not show when the sidebar was collapsed and the title was hovered over
@liamrathke

Copy link
Copy Markdown
Contributor Author

@misterGF sorry to bother you, is the PR good for now or should I change anything and resubmit?

@misterGF
misterGF merged commit 8e32e46 into misterGF:master Apr 18, 2018
@misterGF

Copy link
Copy Markdown
Owner

Looks great. Just merged this in.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

When the sidebar is collapsed, hovering over a Treeview element does not show the element's name

2 participants