Skip to content

Instantly share code, notes, and snippets.

@codegard1
Created February 25, 2019 19:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codegard1/639c83992f0f67b26488a2404eebec6b to your computer and use it in GitHub Desktop.
Save codegard1/639c83992f0f67b26488a2404eebec6b to your computer and use it in GitHub Desktop.
SharePoint Menu css
.ms-core-listMenu-horizontalBox {
border: 1px lime solid;
}
.ms-core-listMenu-horizontalBox::before {
content: "Menu";
color: red;
}
.ms-core-listMenu-horizontalBox .ms-core-listMenu-root {
display: none;
}
.ms-core-listMenu-horizontalBox:focus .ms-core-listMenu-root,
.ms-core-listMenu-horizontalBox.showBurger .ms-core-listMenu-root{
display: inline-block;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment