fix initial visibility of strike fragments #737

master
Hakim El Hattab 2015-09-02 12:46:32 +02:00
parent 044e87017d
commit 983bd51838
2 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,8 @@ body {
visibility: visible; }
.reveal .slides section .fragment.strike {
opacity: 1; }
opacity: 1;
visibility: visible; }
.reveal .slides section .fragment.strike.visible {
text-decoration: line-through; }

View File

@ -121,6 +121,7 @@ body {
.reveal .slides section .fragment.strike {
opacity: 1;
visibility: visible;
&.visible {
text-decoration: line-through;