Skip to content

Instantly share code, notes, and snippets.

.ms-core-listMenu-verticalBox:hover .ms-core-listMenu-root,.ms-core-listMenu-verticalBox:focus .ms-core-listMenu-root
{
display: block;
}
.ms-core-listMenu-root
{
display:none;
}
.noindex.ms-core-listMenu-verticalBox::Before
{
content: "Menu";
color: #fff;
display: inline-block;
content: "\2630 Quick Launch";
font-size: 18px;
padding-left: 10px;
line-height: 60px;
}
.ms-core-listMenu-verticalBox ul li:hover > ul, .ms-core-listMenu-verticalBox ul li:focus > ul
{
display:block;
}
.noindex.ms-core-listMenu-verticalBox::Before
{
display: inline-block;
content: "\2630 Quick Launch";
}
.ms-core-listMenu-verticalBox ul ul {
Display:none;
position: absolute;
top: 0;
left: 99%;
z-index: 520;
width: 100%;
margin-top: 0.05em;
}