mirror of
https://github.com/go-gitea/gitea
synced 2025-07-17 15:58:36 +00:00
Fix stopwatch and introduce default tippy theme
This commit is contained in:
@@ -18,6 +18,7 @@ export function attachRefIssueContextPopup(refIssues) {
|
||||
if (!owner) return;
|
||||
|
||||
const el = document.createElement('div');
|
||||
el.classList.add('tw-p-3');
|
||||
refIssue.parentNode.insertBefore(el, refIssue.nextSibling);
|
||||
|
||||
const view = createApp(ContextPopup);
|
||||
@@ -30,6 +31,7 @@ export function attachRefIssueContextPopup(refIssues) {
|
||||
}
|
||||
|
||||
createTippy(refIssue, {
|
||||
theme: 'default',
|
||||
content: el,
|
||||
placement: 'top-start',
|
||||
interactive: true,
|
||||
|
Reference in New Issue
Block a user