mirror of
https://github.com/flarum/framework.git
synced 2025-05-04 10:34:04 +08:00
fix: Removed mentions specific spoiler code (#14)
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:
parent
86577e26d2
commit
ebd30401a8
@ -5,10 +5,16 @@
|
|||||||
* LICENSE file that was distributed with this source code.
|
* LICENSE file that was distributed with this source code.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.PostMention, .UserMention {
|
span.spoiler {
|
||||||
.spoiler & {
|
|
||||||
background: #444;
|
background: #444;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
|
cursor: default;
|
||||||
|
* {
|
||||||
|
pointer-events: none;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
color: transparent;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user