Browse Source

remove double closing button

pull/33/head
ghost 2 years ago
parent
commit
0469564da0
  1. 4
      home.html
  2. 4
      theme_nin_night/css/style.css

4
home.html

@ -317,7 +317,7 @@ @@ -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 @@ @@ -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>

4
theme_nin_night/css/style.css

@ -2255,6 +2255,10 @@ textarea.splited-post { @@ -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;

Loading…
Cancel
Save