diff --git a/app/javascript/src/styles/specific/posts.scss b/app/javascript/src/styles/specific/posts.scss
index ffce76d3a..24520794e 100644
--- a/app/javascript/src/styles/specific/posts.scss
+++ b/app/javascript/src/styles/specific/posts.scss
@@ -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);
diff --git a/app/views/posts/partials/show/_edit.html.erb b/app/views/posts/partials/show/_edit.html.erb
index 5db032311..767198a14 100644
--- a/app/views/posts/partials/show/_edit.html.erb
+++ b/app/views/posts/partials/show/_edit.html.erb
@@ -31,9 +31,7 @@
-
- <%= external_link_icon(id: "open-edit-dialog", "data-shortcut": "shift+e") %>
-
+ <%= link_to external_link_icon(class: "text-xxs"), "javascript:void(0)", id: "open-edit-dialog", "data-shortcut": "shift+e" %>