LSP: fixed embed option propagation; invisible but clickable menu
This commit is contained in:
parent
9fdb550735
commit
680f9acfa8
3 changed files with 87 additions and 78 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue