Browse Source

Fix tabindex attribute breaking default text cursor in Firefox

Thibaut Courouble 8 năm trước cách đây
mục cha
commit
ce8079fff3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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>