1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-01 20:30:29 +02:00

Overview now shows hidden fragments.

This commit is contained in:
Philip Bjorge
2012-04-24 20:06:22 -07:00
parent e94fc0bdeb
commit 58c1a1e861

View File

@@ -856,6 +856,9 @@ html {
cursor: pointer;
background: rgba(0,0,0,0.1);
}
#reveal.overview .slides section .fragment {
opacity: 1;
}
#reveal.overview .slides section:after,
#reveal.overview .slides section:before {
display: none !important;