summaryrefslogtreecommitdiffstats
path: root/web_src/js/features/repo-issue-content.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/features/repo-issue-content.js')
-rw-r--r--web_src/js/features/repo-issue-content.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/web_src/js/features/repo-issue-content.js b/web_src/js/features/repo-issue-content.js
index 792a11c5ab..d66f6ad4a4 100644
--- a/web_src/js/features/repo-issue-content.js
+++ b/web_src/js/features/repo-issue-content.js
@@ -75,8 +75,8 @@ function showContentHistoryDetail(issueBaseUrl, commentId, historyId, itemTitleH
function showContentHistoryMenu(issueBaseUrl, $item, commentId) {
const $headerLeft = $item.find('.comment-header-left');
const menuHtml = `
- <div class="ui pointing dropdown top left content-history-menu" data-comment-id="${commentId}">
- &bull; <a class="muted">${i18nTextEdited}${svg('octicon-triangle-down', 14, 'dropdown icon gt-ml-1 gt-mt-1')}</a>
+ <div class="ui dropdown interact-fg content-history-menu" data-comment-id="${commentId}">
+ &bull; ${i18nTextEdited}${svg('octicon-triangle-down', 14, 'dropdown icon')}
<div class="menu">
</div>
</div>`;