@@ -221,10 +221,6 @@ div#c-post-versions, div#c-artist-versions {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
i#open-edit-dialog {
|
|
||||||
font-size: var(--text-xxs);
|
|
||||||
}
|
|
||||||
|
|
||||||
span[data-tag-counter] {
|
span[data-tag-counter] {
|
||||||
float: right;
|
float: right;
|
||||||
color: var(--muted-text-color);
|
color: var(--muted-text-color);
|
||||||
|
|||||||
@@ -31,9 +31,7 @@
|
|||||||
<span class="tag-count"></span>
|
<span class="tag-count"></span>
|
||||||
<img>
|
<img>
|
||||||
</span>
|
</span>
|
||||||
<a href="javascript:void(0)">
|
<%= link_to external_link_icon(class: "text-xxs"), "javascript:void(0)", id: "open-edit-dialog", "data-shortcut": "shift+e" %>
|
||||||
<%= external_link_icon(id: "open-edit-dialog", "data-shortcut": "shift+e") %>
|
|
||||||
</a>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@@ -140,9 +140,7 @@
|
|||||||
<span class="tag-count"></span>
|
<span class="tag-count"></span>
|
||||||
<img>
|
<img>
|
||||||
</span>
|
</span>
|
||||||
<a href="javascript:void(0)">
|
<%= link_to external_link_icon(class: "text-xxs"), "javascript:void(0)", id: "open-edit-dialog", "data-shortcut": "shift+e" %>
|
||||||
<%= external_link_icon(id: "open-edit-dialog", "data-shortcut": "shift+e") %>
|
|
||||||
</a>
|
|
||||||
</div>
|
</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 } %>
|
<%= 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