fix rolling links glitch in firefox
authorHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 29 Oct 2012 04:10:14 +0000 (00:10 -0400)
committerHakim El Hattab <hakim.elhattab@gmail.com>
Mon, 29 Oct 2012 04:10:14 +0000 (00:10 -0400)
css/reveal.css
css/theme/beige.css
css/theme/default.css
css/theme/serif.css
css/theme/simple.css
css/theme/sky.css
css/theme/template/theme.scss

index ad2e33e46837ad446d1220a8d5fd694bfee1db94..412e8ec9d31f146335cb902fc6e1a3182dacc89a 100644 (file)
@@ -1157,15 +1157,15 @@ body {
 .zoomed .reveal *,
 .zoomed .reveal *:before,
 .zoomed .reveal *:after {
-       -webkit-transform: initial !important;
-          -moz-transform: initial !important;
-           -ms-transform: initial !important;
-               transform: initial !important;
-
-       -webkit-backface-visibility: initial !important;
-          -moz-backface-visibility: initial !important;
-           -ms-backface-visibility: initial !important;
-               backface-visibility: initial !important;
+       -webkit-transform: none !important;
+          -moz-transform: none !important;
+           -ms-transform: none !important;
+               transform: none !important;
+
+       -webkit-backface-visibility: visible !important;
+          -moz-backface-visibility: visible !important;
+           -ms-backface-visibility: visible !important;
+               backface-visibility: visible !important;
 }
 
 .zoomed .reveal .progress,
index 727be44d49e80df75404558df5c573b1ef4055fe..5e40883278f7b62b61db7f5ba9aa9140e6668b9a 100644 (file)
@@ -79,7 +79,6 @@ body {
   color: #c0a86e;
   text-shadow: none;
   border: none;
-  border-radius: 2px;
 }
 
 .reveal .roll span:after {
index c8f2eff54e0810dcbf8a733053a4c9ff3f017c1e..28ed7d3b9016fcac6a1334b42f328ccc5c2ffb60 100644 (file)
@@ -79,7 +79,6 @@ body {
   color: #71e9f4;
   text-shadow: none;
   border: none;
-  border-radius: 2px;
 }
 
 .reveal .roll span:after {
index 86710c670ad3d3abffea0bd239d5c4e0bc367ced..ece6124f77411b807ff3ce93fd1e093028c07bda 100644 (file)
@@ -66,7 +66,6 @@ body {
   color: #8b7c69;
   text-shadow: none;
   border: none;
-  border-radius: 2px;
 }
 
 .reveal .roll span:after {
index 848ca93ae972fcb073c41273f0a0e68c36616587..6d0771ab623fcd1ceed7d3193c43da7713c978d3 100644 (file)
@@ -68,7 +68,6 @@ body {
   color: #0000f1;
   text-shadow: none;
   border: none;
-  border-radius: 2px;
 }
 
 .reveal .roll span:after {
index a6d94eb4c73eddfce00f6c40ab5653d0c8958a2f..18a486396f0b4f50cbce5c6d66c80d43ce7344eb 100644 (file)
@@ -72,7 +72,6 @@ body {
   color: #74a7cb;
   text-shadow: none;
   border: none;
-  border-radius: 2px;
 }
 
 .reveal .roll span:after {
index c53df396b29f452ad452d499bcf662ade3a5a68b..6a80b623c577e639c29d082a99aec292aa536a06 100644 (file)
@@ -68,7 +68,6 @@ body {
                
                text-shadow: none;
                border: none;
-               border-radius: 2px;
        }
 
 .reveal .roll span:after {