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:
@@ -113,6 +113,7 @@ function showLineButton() {
|
||||
btn.closest('.code-view').append(menu.cloneNode(true));
|
||||
|
||||
createTippy(btn, {
|
||||
theme: 'menu',
|
||||
trigger: 'click',
|
||||
hideOnClick: true,
|
||||
content: menu,
|
||||
|
Reference in New Issue
Block a user