mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
@@ -6,14 +6,22 @@
|
||||
*/
|
||||
|
||||
span.spoiler {
|
||||
// Style the inline spoiler itself: a dark block, invisible font
|
||||
background: #444;
|
||||
color: transparent;
|
||||
cursor: default;
|
||||
|
||||
// Try to generically hide all possible children
|
||||
* {
|
||||
// Links and other interactive elements would give their presence
|
||||
// away when hovering
|
||||
pointer-events: none;
|
||||
padding: 0;
|
||||
|
||||
// Children can have special text or background colors
|
||||
background: transparent;
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
// Hide images visually
|
||||
img {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
Reference in New Issue
Block a user