related tags: fix missing backgrounds for selected tags.
This commit is contained in:
@@ -1,5 +1,7 @@
|
|||||||
<div class="tag-list simple-tag-list">
|
<ul class="tag-list simple-tag-list">
|
||||||
<% tags.each do |t| %>
|
<% tags.each do |t| %>
|
||||||
<%= link_to t.pretty_name, posts_path(tags: t.name), class: "search-tag tag-type-#{t.category}", "data-tag-name": t.name %>
|
<li>
|
||||||
|
<%= link_to t.pretty_name, posts_path(tags: t.name), class: "search-tag tag-type-#{t.category}", "data-tag-name": t.name %>
|
||||||
|
</li>
|
||||||
<% end %>
|
<% end %>
|
||||||
</div>
|
</ul>
|
||||||
|
|||||||
@@ -16,10 +16,4 @@
|
|||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&.simple-tag-list {
|
|
||||||
a {
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user