Jelajahi Sumber

makes checkbox unfocusable

Rose Reed 2 tahun lalu
induk
melakukan
09810470f3
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      index.php

+ 1 - 1
index.php

@@ -49,7 +49,7 @@ if ($pageid && $pageid == "") {
             </div>
             <div id="nav-container">
                 <nav id='menu' hx-boost="true">
-                    <input type='checkbox' id='responsive-menu' onclick='updatemenu()' aria-hidden="true"><label></label>
+                    <input type='checkbox' id='responsive-menu' onclick='updatemenu()' aria-hidden="true" tabindex="-1"><label></label>
                     <ul>
                         <li><a href='/?p=home' hx-get="/pages/home/" hx-target="#main-content" hx-push-url="/?p=home">Home</a></li>
                         <li><a href='/?p=termine' hx-get="/pages/termine/" hx-target="#main-content" hx-push-url="/?p=termine">Termine</a></li>