Skip to content

issue #3457612 by joachim-desarmenien - delete useless tabindex="0" on copy link button

Issue #3457612 - Delete useless tabindex="0" on copy link button in better-social-sharing-buttons.html.twig

Replaced <a href="#" class="btn-copy social-sharing-buttons-button share-copy" tabindex="0" role="button" title="{{ 'Copy link'|t }}" aria-label="{{ 'Copy link'|t }}">

by

<a href="#" class="btn-copy social-sharing-buttons-button share-copy" role="button" title="{{ 'Copy link'|t }}" aria-label="{{ 'Copy link'|t }}">

on line 109 of templates/better-social-sharing-buttons.html.twig

Closes #3457612

Merge request reports