mirror of https://github.com/Chocobozzz/PeerTube
Use aria hidden for global icons
We use them in buttons/links that already have accessible context (title, content or label) or just as decorative icons (in menu for example)pull/6000/head
parent
516479f113
commit
e5eefaf7a5
|
@ -106,6 +106,7 @@ export class GlobalIconComponent implements OnInit {
|
|||
'filter:internal.common.svg-icons.get-content.params',
|
||||
'filter:internal.common.svg-icons.get-content.result'
|
||||
)
|
||||
nativeElement.ariaHidden = 'true'
|
||||
|
||||
if (this.width) {
|
||||
nativeElement.style.width = this.width
|
||||
|
|
Loading…
Reference in New Issue