mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-04 21:57:59 +02:00
Merge pull request #32 from philipbjorge/master
Overview mode shows hidden fragments. (closes #30)
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user