mirror of
https://github.com/flarum/framework.git
synced 2024-11-26 02:10:09 +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.
|
||||
*/
|
||||
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user