diff options
Diffstat (limited to 'source/features/hide-navigation-hover-highlight.tsx')
-rw-r--r-- | source/features/hide-navigation-hover-highlight.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/features/hide-navigation-hover-highlight.tsx b/source/features/hide-navigation-hover-highlight.tsx index 20f2ce57..12164d53 100644 --- a/source/features/hide-navigation-hover-highlight.tsx +++ b/source/features/hide-navigation-hover-highlight.tsx @@ -7,6 +7,7 @@ when just moving the mouse around. This feature will hide the highlight until the first keyboard navigation, then it will be displayed until the next full reload. */ +import './hide-navigation-hover-highlight.css'; import features from '../libs/features'; const className = 'rgh-no-navigation-highlight'; |