MOBILE-3320 avatar: Hide alt text

main
Noel De Martin 2021-07-01 17:35:35 +02:00 committed by Pau Ferrer Ocaña
parent ced657f973
commit f745ee605e
1 changed files with 5 additions and 0 deletions

View File

@ -13,6 +13,11 @@
max-width: var(--core-avatar-size);
max-height: var(--core-avatar-size);
}
img[alt] {
text-indent: -999999px;
white-space: nowrap;
overflow: hidden;
}
img[core-external-content]:not([src]),
img[core-external-content][src=""] {
visibility: visible;