From 574b2714fbd7b195a0862e467b4b85ad6b6ed866 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 13 Jan 2024 15:46:09 -0400 Subject: content: linkContribution: remove tooltip inert Seemingly not needed anymore. This traces to the very first commit for the updated tooltip layout, so it's possible it was added experimentally and not double-checked for necessity. --- src/content/dependencies/linkContribution.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/content/dependencies/linkContribution.js') diff --git a/src/content/dependencies/linkContribution.js b/src/content/dependencies/linkContribution.js index 1b656516..64382a57 100644 --- a/src/content/dependencies/linkContribution.js +++ b/src/content/dependencies/linkContribution.js @@ -66,7 +66,6 @@ export default { content, html.tag('span', {class: ['icons', 'tooltip', 'icons-tooltip']}, {[html.noEdgeWhitespace]: true}, - {inert: true}, html.tag('span', {class: 'tooltip-content'}, {[html.noEdgeWhitespace]: true}, -- cgit 1.3.0-6-gf8a5