summaryrefslogtreecommitdiff
path: root/source/features/hide-navigation-hover-highlight.tsx
diff options
context:
space:
mode:
authorGravatar Federico Brigante <github@bfred.it> 2019-07-30 01:54:01 +0700
committerGravatar GitHub <noreply@github.com> 2019-07-30 01:54:01 +0700
commit2e4a24d3957c205c7bc49525c69e1fa08593d2ca (patch)
tree62d3b93525c367bb1b45388e9fe3e55a674f7e57 /source/features/hide-navigation-hover-highlight.tsx
parentcb8de12eb680475024c21d5586aa31a232493c73 (diff)
downloadrefined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.gz
refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.tar.zst
refined-github-2e4a24d3957c205c7bc49525c69e1fa08593d2ca.zip
Sort features in Readme by area instead of by type (#2283)
Diffstat (limited to 'source/features/hide-navigation-hover-highlight.tsx')
-rw-r--r--source/features/hide-navigation-hover-highlight.tsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/features/hide-navigation-hover-highlight.tsx b/source/features/hide-navigation-hover-highlight.tsx
index d75d26cc..effbe37d 100644
--- a/source/features/hide-navigation-hover-highlight.tsx
+++ b/source/features/hide-navigation-hover-highlight.tsx
@@ -12,6 +12,7 @@ function init(): void {
features.add({
id: __featureName__,
- description: '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.\n\nThis feature will hide the highlight until the first keyboard navigation, then it will be displayed until the next full reload.',
+ 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,
init
});