Embed style by script
This commit is contained in:
parent
9efd8f8abf
commit
8f2b786177
6 changed files with 31 additions and 26 deletions
|
@ -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;
|
||||
}
|
|
@ -1,4 +1,3 @@
|
|||
import './hint.css';
|
||||
import * as dom from 'shared/utils/dom';
|
||||
|
||||
const hintPosition = (element) => {
|
||||
|
|
Reference in a new issue