diff options
Diffstat (limited to 'source/features/hide-navigation-hover-highlight.tsx')
-rw-r--r-- | source/features/hide-navigation-hover-highlight.tsx | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/features/hide-navigation-hover-highlight.tsx b/source/features/hide-navigation-hover-highlight.tsx index 3fed3ca4..6bdfd503 100644 --- a/source/features/hide-navigation-hover-highlight.tsx +++ b/source/features/hide-navigation-hover-highlight.tsx @@ -12,11 +12,7 @@ function init(): void { }, {once: true}); } -void features.add({ - id: __filebasename, - description: 'Removes the file hover effect in the repo file browser. Some lists like notifications, file lists, and issue lists, are highlighted as you move the mouse over them. This highlight is useful when navigating via the keyboard (j/k), but annoying when just moving the mouse around.', - screenshot: false -}, { +void features.add(__filebasename, { awaitDomReady: false, init: onetime(init) }); |