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;
|
cursor: pointer;
|
||||||
|
|
||||||
#nav-highlight,
|
#nav-highlight,
|
||||||
#nav-investigation,
|
#nav-investigation {
|
||||||
#theme-toggle,
|
|
||||||
#lang-toggle,
|
|
||||||
#menu-toggle {
|
|
||||||
opacity: 0.15;
|
opacity: 0.15;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
transition: opacity 0.3s ease-in;
|
transition: opacity 0.3s ease-in;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue