diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 15:46:09 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-01-13 20:30:49 -0400 |
commit | 574b2714fbd7b195a0862e467b4b85ad6b6ed866 (patch) | |
tree | 06687ca223f182e43e0e036629fcec3449bd0a05 /src | |
parent | 90ee67e820e676d5376cb55a4eea09b0382c0a07 (diff) |
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.
Diffstat (limited to 'src')
-rw-r--r-- | src/content/dependencies/linkContribution.js | 1 |
1 files changed, 0 insertions, 1 deletions
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}, |