We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 553e283 commit ad6f557Copy full SHA for ad6f557
app/views/content/form/_attribute_field_dropdown.html.erb
@@ -1,4 +1,4 @@
1
-<a class='dropdown-trigger black-text attribute-field-dropdown' href='#' data-target="attribute-field-menu-<%= field.id %>" data-constrainwidth='false'>
+<a class='dropdown-trigger black-text attribute-field-dropdown' href='#' data-target="attribute-field-menu-<%= field.id %>" data-constrainwidth='false' tabindex="-1">
2
<i class="material-icons">more_vert</i>
3
</a>
4
0 commit comments