1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-06 10:37:20 +00:00

Fix stopwatch and introduce default tippy theme

This commit is contained in:
silverwind
2024-04-27 17:06:32 +02:00
parent 6d2a307ad8
commit a6e746adb3
8 changed files with 43 additions and 29 deletions

View File

@ -117,6 +117,7 @@ window.customElements.define('overflow-menu', class extends HTMLElement {
interactive: true,
placement: 'bottom-end',
role: 'menu',
theme: 'menu',
content: this.tippyContent,
onShow: () => { // FIXME: onShown doesn't work (never be called)
setTimeout(() => {