Skip to content
Snippets Groups Projects
Commit 41f5459a authored by Eugen's avatar Eugen Committed by GitHub
Browse files

Merge pull request #524 from blackle/master

fix up spoilers
parents 10ffd455 ca13ec04
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ const StatusContent = React.createClass({
return (
<div className='status__content' style={{ cursor: 'pointer' }} onMouseDown={this.handleMouseDown} onMouseUp={this.handleMouseUp}>
<p>
<p style={{ marginBottom: hidden ? '0px' : '' }} >
<span dangerouslySetInnerHTML={spoilerContent} /> <a onClick={this.handleSpoilerClick}>{toggleText}</a>
</p>
......
......@@ -679,42 +679,8 @@
}
}
.spoiler-helper {
margin-bottom: -20px !important;
}
.spoiler {
&::before {
margin-top: 20px;
display: block;
content: '';
}
display: inline;
cursor: pointer;
border-bottom: 1px dashed white;
.light & {
border-bottom: 1px dashed black;
}
&.spoiler-on {
&, & * {
color: transparent !important;
}
background: white;
.light & {
background: black;
}
.emojione {
opacity: 0;
}
}
}
@import 'boost';
button i.fa-retweet {
height: 19px;
width: 22px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment