Test sur le menu

This commit is contained in:
leosw
2025-08-18 17:24:23 +02:00
parent d744317283
commit 208e3132ad

View File

@@ -244,7 +244,7 @@ header input:hover, header input:focus-within {
display: none; display: none;
background: #212121; background: #212121;
float: inherit; float: inherit;
position: inherit; position: static;
} }
.hamburger { .hamburger {
display: block; display: block;
@@ -263,10 +263,11 @@ header input:hover, header input:focus-within {
} }
header li.has-sub ul { header li.has-sub ul {
width: 100%; width: 100%;
position: static;
} }
header li.has-sub:hover ul, header li.has-sub:focus-within ul, header li.has-sub:hover ul li, header li.has-sub:focus-within ul li, header li.has-sub:hover ul a, header li.has-sub:focus-within ul a { header li.has-sub:hover ul, header li.has-sub:focus-within ul, header li.has-sub:hover ul li, header li.has-sub:focus-within ul li, header li.has-sub:hover ul a, header li.has-sub:focus-within ul a {
background-color: #555; background-color: #555;
border: 0; border: 0;
} }
} }