Last active
May 21, 2019 09:37
-
-
Save tomaash/a2080334208dc5a085634b985cf03edc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.disable_item() { | |
cursor: not-allowed; | |
pointer-events: none; | |
filter: alpha(opacity=65); | |
-webkit-box-shadow: none; | |
box-shadow: none; | |
opacity: .65; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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