Embed style by script

This commit is contained in:
Shin'ya Ueoka 2019-04-26 23:18:47 +09:00
parent 9efd8f8abf
commit 8f2b786177
6 changed files with 31 additions and 26 deletions

View file

@ -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;
}

View file

@ -1,4 +1,3 @@
import './hint.css';
import * as dom from 'shared/utils/dom';
const hintPosition = (element) => {