Skip to content

Instantly share code, notes, and snippets.

@tomaash
Last active May 21, 2019 09:37
Show Gist options
  • Save tomaash/a2080334208dc5a085634b985cf03edc to your computer and use it in GitHub Desktop.
Save tomaash/a2080334208dc5a085634b985cf03edc to your computer and use it in GitHub Desktop.
.disable_item() {
cursor: not-allowed;
pointer-events: none;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
opacity: .65;
}
this.router_root_html = (render.get(req)).replace('container-nav', 'container-nav container-nav-prerender');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment