aboutsummaryrefslogtreecommitdiff
path: root/src/content/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/content/components')
-rw-r--r--src/content/components/common/hint.css10
-rw-r--r--src/content/components/common/hint.js1
2 files changed, 0 insertions, 11 deletions
diff --git a/src/content/components/common/hint.css b/src/content/components/common/hint.css
deleted file mode 100644
index 1f2ab20..0000000
--- a/src/content/components/common/hint.css
+++ /dev/null
@@ -1,10 +0,0 @@
-.vimvixen-hint {
- background-color: yellow;
- border: 1px solid gold;
- font-weight: bold;
- position: absolute;
- text-transform: uppercase;
- z-index: 2147483647;
- font-size: 12px;
- color: black;
-}
diff --git a/src/content/components/common/hint.js b/src/content/components/common/hint.js
index 9ef9eba..1472587 100644
--- a/src/content/components/common/hint.js
+++ b/src/content/components/common/hint.js
@@ -1,4 +1,3 @@
-import './hint.css';
import * as dom from 'shared/utils/dom';
const hintPosition = (element) => {