We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e873cb4 commit 4996b72Copy full SHA for 4996b72
web_src/js/modules/tippy.js
@@ -34,7 +34,7 @@ export function createTippy(target, opts = {}) {
34
},
35
arrow: `<svg width="16" height="7"><path d="m0 7 8-7 8 7Z" class="tippy-svg-arrow-outer"/><path d="m0 8 8-7 8 7Z" class="tippy-svg-arrow-inner"/></svg>`,
36
role: 'menu', // HTML role attribute, only tooltips should use "tooltip"
37
- theme: other.role || 'menu', // CSS theme, we support either "tooltip" or "menu"
+ theme: other.role || 'menu', // CSS theme, either "tooltip", "menu" or "box-with-header"
38
plugins: [followCursor],
39
...other,
40
});
0 commit comments