tags: refactor tag lists to use ViewComponent.
This commit is contained in:
@@ -34,18 +34,3 @@
|
||||
}
|
||||
}
|
||||
<% end %>
|
||||
|
||||
a.search-tag {
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.inline-tag-list {
|
||||
ul {
|
||||
display: inline;
|
||||
|
||||
li {
|
||||
display: inline;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -27,7 +27,7 @@ div#c-modqueue {
|
||||
}
|
||||
|
||||
<% Danbooru.config.modqueue_warning_tags.each do |tag| %>
|
||||
li[data-tag-name="<%= tag %>"] {
|
||||
a[data-tag-name="<%= tag %>"] {
|
||||
background-color: var(--modqueue-tag-warning-color);
|
||||
}
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user