GUAC-1120: Display menu options as disabled if they are not relevant. Navigate explicitly via click event, in case browser depends on click propagation to handle href, but keep href for sake of "open in new tab", etc.

This commit is contained in:
Michael Jumper
2015-03-12 14:21:18 -07:00
parent fea085fd7b
commit 0aff801642
3 changed files with 69 additions and 6 deletions

View File

@@ -169,7 +169,14 @@
}
.user-menu .options li a:hover {
background: #CDA;
background-color: #CDA;
}
.user-menu .options li a.disabled,
.user-menu .options li a.disabled:hover {
background-color: transparent;
cursor: default;
opacity: 0.25;
}
.user-menu .options li a.home,