@@ -221,10 +221,6 @@ div#c-post-versions, div#c-artist-versions {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
i#open-edit-dialog {
|
||||
font-size: var(--text-xxs);
|
||||
}
|
||||
|
||||
span[data-tag-counter] {
|
||||
float: right;
|
||||
color: var(--muted-text-color);
|
||||
|
||||
@@ -31,9 +31,7 @@
|
||||
<span class="tag-count"></span>
|
||||
<img>
|
||||
</span>
|
||||
<a href="javascript:void(0)">
|
||||
<%= external_link_icon(id: "open-edit-dialog", "data-shortcut": "shift+e") %>
|
||||
</a>
|
||||
<%= link_to external_link_icon(class: "text-xxs"), "javascript:void(0)", id: "open-edit-dialog", "data-shortcut": "shift+e" %>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
|
||||
@@ -140,9 +140,7 @@
|
||||
<span class="tag-count"></span>
|
||||
<img>
|
||||
</span>
|
||||
<a href="javascript:void(0)">
|
||||
<%= external_link_icon(id: "open-edit-dialog", "data-shortcut": "shift+e") %>
|
||||
</a>
|
||||
<%= link_to external_link_icon(class: "text-xxs"), "javascript:void(0)", id: "open-edit-dialog", "data-shortcut": "shift+e" %>
|
||||
</div>
|
||||
|
||||
<%= f.input :tag_string, label: false, hint: "Ctrl+Enter to submit", input_html: { "data-autocomplete": "tag-edit", "data-shortcut": "e", value: post.tag_string } %>
|
||||
|
||||
Reference in New Issue
Block a user