fix: Removed mentions specific spoiler code ()

Also fixed links, code and images in spoiler, and hopefully all other children.

The block spoiler works fine without fixes, global spoiler class causes issues.
This commit is contained in:
Matt Kilgore 2020-04-24 11:58:38 -04:00 committed by GitHub
parent 86577e26d2
commit ebd30401a8

@ -5,10 +5,16 @@
* LICENSE file that was distributed with this source code.
*/
.PostMention, .UserMention {
.spoiler & {
background: #444;
color: transparent;
span.spoiler {
background: #444;
color: transparent;
cursor: default;
* {
pointer-events: none;
padding: 0;
color: transparent;
}
img {
visibility: hidden;
}
}