Merge pull request #34 from twisterarmy/nin-night

apply latest nin night theme updates
This commit is contained in:
d47081 2022-07-08 23:00:26 +03:00 committed by GitHub
commit 74e89aa46e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -317,7 +317,7 @@
<span class="followed-by"></span>
</a>
</div>
<a class="twister-user-remove">&times;</a>
<a class="twister-user-remove"><span>&times;</span></a>
<div class="latest-activity" data-screen-name="" data-id="" data-time="0">
<span class="label">Last activity</span>
<span class="time"></span>
@ -451,7 +451,7 @@
<div id="template-inline-warn">
<div class="inline-warn">
<div class="close">&times;</div>
<div class="close"><span>&times;</span></div>
<div class="text"></div>
<div class="options">
<div><input type="checkbox" class="never-again" /><span>don't show it again</span></div>

View File

@ -2255,6 +2255,10 @@ textarea.splited-post {
display: inline-block;
}
.twister-user-remove span {
display: none
}
/* line 485, ../sass/style.sass */
.twister-user:hover .twister-user-remove {
text-decoration: none;