diff options
author | 2019-04-26 03:55:55 +0800 | |
---|---|---|
committer | 2019-04-26 13:52:32 +0800 | |
commit | bbd01249c9e48d3aa650054cf5dd64c06e4f7fe9 (patch) | |
tree | 4350d8c400cfd7b51147315c5c049baf1810c4c3 /source/features/hide-navigation-hover-highlight.tsx | |
parent | b29672e26b08ba7951a955ea2822f9a843db6ad4 (diff) | |
download | refined-github-bbd01249c9e48d3aa650054cf5dd64c06e4f7fe9.tar.gz refined-github-bbd01249c9e48d3aa650054cf5dd64c06e4f7fe9.tar.zst refined-github-bbd01249c9e48d3aa650054cf5dd64c06e4f7fe9.zip |
Extract `hide-navigation-hover-highlight`'s CSS (#1986)
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'; |