summaryrefslogtreecommitdiff
path: root/source/features/hide-navigation-hover-highlight.tsx
diff options
context:
space:
mode:
authorGravatar Flo Edelmann <florian-edelmann@online.de> 2020-10-25 02:47:42 +0200
committerGravatar GitHub <noreply@github.com> 2020-10-24 19:47:42 -0500
commit5b6b9c033e26da85ce9dc164801411da4d50b446 (patch)
tree842f6ee3196e7657c71db130b8424fe34bc2cfb3 /source/features/hide-navigation-hover-highlight.tsx
parent05de5a5c328deb988026b629c2098192c615b9d7 (diff)
downloadrefined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.gz
refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.tar.zst
refined-github-5b6b9c033e26da85ce9dc164801411da4d50b446.zip
Meta: Use the Readme as the only source of feature descriptions (#3678)
Co-authored-by: Federico Brigante <me@fregante.com>
Diffstat (limited to 'source/features/hide-navigation-hover-highlight.tsx')
-rw-r--r--source/features/hide-navigation-hover-highlight.tsx6
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)
});