Skip to content

Instantly share code, notes, and snippets.

@Phoen1x84
Created February 5, 2017 18:31
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 Phoen1x84/67c3cec08b307e01eac50ac4fa6ffdbc to your computer and use it in GitHub Desktop.
Save Phoen1x84/67c3cec08b307e01eac50ac4fa6ffdbc to your computer and use it in GitHub Desktop.
Show / Hide the Sitecore page preview ribbon example markup
<a href="#" class="sc-ribbon-btn js-toggle-sc-ribbon">
<span class="sc-ribbon-btn__inner">
<svg class="sc-ribbon-btn__icon" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="32" height="32" viewBox="0 0 16 16">
<path d="M4 2v14l5-5 5 5v-14zM12 0h-10v14l1-1v-12h9z"></path>
</svg>
</span>
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment