Browse Source

move leap styles to js #554

Hakim El Hattab 10 years ago
parent
commit
32818e0149
3 changed files with 3 additions and 9 deletions
  1. 0 9
      css/reveal.css
  2. 0 0
      css/reveal.min.css
  3. 3 0
      plugin/leap/leap.js

+ 0 - 9
css/reveal.css

@@ -1621,12 +1621,3 @@ body {
 }
 
 
-/*********************************************
- * LEAP PLUGIN
- *********************************************/
-
-#leap {
-  position: absolute; 
-  z-index: 50;
-  visibility: hidden;
-}

File diff suppressed because it is too large
+ 0 - 0
css/reveal.min.css


+ 3 - 0
plugin/leap/leap.js

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

Some files were not shown because too many files changed in this diff