Ver Fonte

Fix tabindex attribute breaking default text cursor in Firefox

Thibaut Courouble há 8 anos atrás
pai
commit
ce8079fff3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      views/app.erb

+ 1 - 1
views/app.erb

@@ -35,7 +35,7 @@
     </div>
   </section>
   <div class="_container" role="document">
-    <main class="_content _content-loading" role="main" tabindex="1"></main>
+    <main class="_content _content-loading" role="main"></main>
   </div>
 </div>
 <style data-size="<%= app_size %>" data-resizer>