fix rolling links glitch in firefox
This commit is contained in:
parent
e87d689231
commit
5c5b3d34d9
7 changed files with 8 additions and 14 deletions
|
@ -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-transform: none !important;
|
||||
-moz-transform: none !important;
|
||||
-ms-transform: none !important;
|
||||
transform: none !important;
|
||||
|
||||
-webkit-backface-visibility: initial !important;
|
||||
-moz-backface-visibility: initial !important;
|
||||
-ms-backface-visibility: initial !important;
|
||||
backface-visibility: initial !important;
|
||||
-webkit-backface-visibility: visible !important;
|
||||
-moz-backface-visibility: visible !important;
|
||||
-ms-backface-visibility: visible !important;
|
||||
backface-visibility: visible !important;
|
||||
}
|
||||
|
||||
.zoomed .reveal .progress,
|
||||
|
|
|
@ -79,7 +79,6 @@ body {
|
|||
color: #c0a86e;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
|
@ -79,7 +79,6 @@ body {
|
|||
color: #71e9f4;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
|
@ -66,7 +66,6 @@ body {
|
|||
color: #8b7c69;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
|
@ -68,7 +68,6 @@ body {
|
|||
color: #0000f1;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
|
@ -72,7 +72,6 @@ body {
|
|||
color: #74a7cb;
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
|
@ -68,7 +68,6 @@ body {
|
|||
|
||||
text-shadow: none;
|
||||
border: none;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.reveal .roll span:after {
|
||||
|
|
Loading…
Reference in a new issue