Skip to content
Snippets Groups Projects
Commit 983bd518 authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

fix initial visibility of strike fragments #737

parent 044e8701
No related branches found
No related tags found
No related merge requests found
......@@ -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; }
......
......@@ -121,6 +121,7 @@ body {
.reveal .slides section .fragment.strike {
opacity: 1;
visibility: visible;
&.visible {
text-decoration: line-through;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment