mirror of
https://github.com/flarum/core.git
synced 2025-07-17 14:51:19 +02: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:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user