1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-05 14:17:56 +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; cursor: pointer;
background: rgba(0,0,0,0.1); background: rgba(0,0,0,0.1);
} }
#reveal.overview .slides section .fragment {
opacity: 1;
}
#reveal.overview .slides section:after, #reveal.overview .slides section:after,
#reveal.overview .slides section:before { #reveal.overview .slides section:before {
display: none !important; display: none !important;