fix: keep controls and site-title interactive when menu is open
Only dim nav links, leave site-title/theme/lang/menu-toggle untouched Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
6476f86a85
commit
8b338ca587
1 changed files with 1 additions and 4 deletions
|
|
@ -251,10 +251,7 @@ body.menu-open #site-header {
|
|||
cursor: pointer;
|
||||
|
||||
#nav-highlight,
|
||||
#nav-investigation,
|
||||
#theme-toggle,
|
||||
#lang-toggle,
|
||||
#menu-toggle {
|
||||
#nav-investigation {
|
||||
opacity: 0.15;
|
||||
pointer-events: none;
|
||||
transition: opacity 0.3s ease-in;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue