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

Created on 27 June 2024, 3 days ago

Problem/Motivation

Since there is already a href="#" on the copy link button, we can delete the tabindex="0" which becomes useless

Proposed resolution

Replace

<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

πŸ“Œ Task
Status

Needs review

Version

4.0

Component

Code

Created by

πŸ‡«πŸ‡·France joachim desarmenien Bordeaux

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Merge Requests

Comments & Activities

Production build 0.69.0 2024