diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-04-27 08:28:48 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-27 08:28:48 +0900 |
commit | b67129de6ad450ea128b18748edf40cdbfc858fc (patch) | |
tree | 570664fe261cdc4fffc1ce1cd3a6f67be00ad4f3 /src/content/components/common | |
parent | 9efd8f8abf91be84f72a8df6467443d5d545816c (diff) | |
parent | 8f2b7861771cb452d19989eb331597e240a310b8 (diff) |
Merge pull request #571 from ueokande/prevent-content-security-policy
Fix Content-Security-Policy issues
Diffstat (limited to 'src/content/components/common')
-rw-r--r-- | src/content/components/common/hint.css | 10 | ||||
-rw-r--r-- | src/content/components/common/hint.js | 1 |
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) => { |