[Glitch] Remove system tooltip for alt text in web UI

Port 956873362e to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2025-01-27 09:17:59 +01:00
committed by Claire
parent a21f35786d
commit 560eaff2c4
2 changed files with 0 additions and 5 deletions

View File

@@ -147,7 +147,6 @@ class Item extends PureComponent {
srcSet={srcSet}
sizes={sizes}
alt={description}
title={description}
lang={lang}
style={{ objectPosition: letterbox ? null : `${x}% ${y}%` }}
onLoad={this.handleImageLoad}
@@ -169,7 +168,6 @@ class Item extends PureComponent {
<video
className={`media-gallery__item-gifv-thumbnail${letterbox ? ' letterbox' : ''}`}
aria-label={description}
title={description}
lang={lang}
role='application'
src={attachment.get('url')}