header: remove labels since they capture input sometimes ????

This commit is contained in:
Agahnim 2026-03-20 15:01:08 +01:00
parent dfd4da2d7c
commit 4802874b32
Signed by: Agahnim
SSH key fingerprint: SHA256:Zj65PJnE0dRYye8Ltk/qDglynyXUxJngQ9qqx/VI+b4
2 changed files with 14 additions and 20 deletions

View file

@ -81,7 +81,16 @@ navbar {
display: flex;
gap: 0.3rem;
label {
input {
opacity: 0;
position: absolute;
pointer-events: none;
}
& a {
color: inherit;
text-decoration: none;
cursor: pointer;
padding: 4px 8px;
border: 2px solid black;
@ -104,17 +113,6 @@ navbar {
background: #0004;
}
}
input {
opacity: 0;
position: absolute;
pointer-events: none;
}
& a {
text-decoration: none;
color: inherit;
}
}
}