Skip to content

Commit d130a00

Browse files
authored
ENGCOM-7021: Removed unnecessary tabindex property #27138
2 parents f454fe3 + 26fe241 commit d130a00

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Ui/view/base/web/templates/grid

1 file changed

+1
-1
lines changed

app/code/Magento/Ui/view/base/web/templates/grid/masonry.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* See COPYING.txt for license details.
55
*/
66
-->
7-
<div data-role="grid-wrapper" class="masonry-image-grid" attr="'data-id': containerId" tabindex="0">
7+
<div data-role="grid-wrapper" class="masonry-image-grid" attr="'data-id': containerId">
88
<div class="masonry-image-column" repeat="foreach: rows, item: '$row'">
99
<div outerfasteach="data: getVisible(), as: '$col'" template="getBody()"/>
1010
</div>

0 commit comments

Comments
 (0)