mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-01-18 05:48:32 +01:00
fix initial visibility of strike fragments #737
This commit is contained in:
parent
044e87017d
commit
983bd51838
@ -85,7 +85,8 @@ body {
|
|||||||
visibility: visible; }
|
visibility: visible; }
|
||||||
|
|
||||||
.reveal .slides section .fragment.strike {
|
.reveal .slides section .fragment.strike {
|
||||||
opacity: 1; }
|
opacity: 1;
|
||||||
|
visibility: visible; }
|
||||||
.reveal .slides section .fragment.strike.visible {
|
.reveal .slides section .fragment.strike.visible {
|
||||||
text-decoration: line-through; }
|
text-decoration: line-through; }
|
||||||
|
|
||||||
|
@ -121,6 +121,7 @@ body {
|
|||||||
|
|
||||||
.reveal .slides section .fragment.strike {
|
.reveal .slides section .fragment.strike {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
visibility: visible;
|
||||||
|
|
||||||
&.visible {
|
&.visible {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user