1
0
Fork 0

🔥 Remove CSS style for images with empty alt

This commit is contained in:
Maxim Lebedev 2021-08-20 14:56:24 +05:00
parent c6b79b7066
commit 6dd2e536fc
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5
1 changed files with 0 additions and 5 deletions

View File

@ -23,11 +23,6 @@ img[src$=".svg"] {
width: 100%;
}
/* TODO(toby3d): visually find img tags without alt attribute */
img:not([alt]) {
filter: blur(var(--border-thick));
}
main img {
content-visibility: auto;
}