LSP: fixed embed option propagation; invisible but clickable menu

This commit is contained in:
cat 2016-06-14 12:20:21 +02:00 committed by Thulinma
parent 9fdb550735
commit 680f9acfa8
3 changed files with 87 additions and 78 deletions

View file

@ -98,6 +98,12 @@ nav .menu {
margin: 1em 0;
font-size: 1.1em;
}
.hide {
opacity: 0;
}
nav .menu.hide a {
cursor: default;
}
nav a, nav a:hover {
color: inherit;
text-decoration: none;