0
0
Fork 0

Change sensitive preview cards to not blur text (#14143)

Also only require click-through for interactive embeds.
This commit is contained in:
ThibG 2020-06-26 14:31:13 +02:00 committed by GitHub
parent 08cf81f8c1
commit a1ad2ad951
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 10 deletions

View file

@ -3105,11 +3105,6 @@ a.status-card {
flex: 1 1 auto;
overflow: hidden;
padding: 14px 14px 14px 8px;
&--blurred {
filter: blur(2px);
pointer-events: none;
}
}
.status-card__description {