move leap styles to js #554
This commit is contained in:
parent
49298e1991
commit
32818e0149
|
@ -1621,12 +1621,3 @@ body {
|
|||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* LEAP PLUGIN
|
||||
*********************************************/
|
||||
|
||||
#leap {
|
||||
position: absolute;
|
||||
z-index: 50;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
|
2
css/reveal.min.css
vendored
2
css/reveal.min.css
vendored
File diff suppressed because one or more lines are too long
|
@ -48,6 +48,9 @@ var b=right.criteria;if(a!==b){if(a>b||a===void 0)return 1;if(a<b||b===void 0)re
|
|||
|
||||
pointer.id = 'leap';
|
||||
|
||||
pointer.style.position = 'absolute';
|
||||
pointer.style.visibility = 'hidden';
|
||||
pointer.style.zIndex = 50;
|
||||
pointer.style.opacity = config.pointerOpacity;
|
||||
pointer.style.backgroundColor = config.pointerColor;
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user