@@ -285,7 +285,8 @@ slides > slide.current .gdbar {
285285}
286286/* line 112, ../scss/default.scss */
287287slides > slide .next {
288- display : block;
288+ /*display: block;*/
289+ display : none;
289290 opacity : 0 ;
290291 pointer-events : none;
291292}
@@ -407,7 +408,7 @@ slides.layout-faux-widescreen > slide.current {
407408/* line 238, ../scss/default.scss */
408409slides .layout-widescreen > slide .next ,
409410slides .layout-faux-widescreen > slide .next {
410- display : block;
411+ /* display: block;*/
411412 opacity : 0 ;
412413 pointer-events : none;
413414}
@@ -1009,17 +1010,17 @@ article.smaller q:before, article.smaller q:after {
10091010 background-image : radial-gradient (50% 50% , # b1dfff 0% , # 4387fd 600px );
10101011}
10111012/* line 684, ../scss/default.scss */
1012- .with-notes .popup slide .next {
1013+ /* .with-notes.popup slide.next {
10131014 -moz-transform: translate3d(570px, 80px, 0) scale(0.35);
10141015 -ms-transform: translate3d(570px, 80px, 0) scale(0.35);
10151016 -webkit-transform: translate3d(570px, 80px, 0) scale(0.35);
10161017 transform: translate3d(570px, 80px, 0) scale(0.35);
10171018 opacity: 1 !important;
1018- }
1019+ }*/
10191020/* line 688, ../scss/default.scss */
1020- .with-notes .popup slide .next .note {
1021+ /* .with-notes.popup slide.next .note {
10211022 display: none !important;
1022- }
1023+ }*/
10231024/* line 694, ../scss/default.scss */
10241025.with-notes .popup .note {
10251026 width : 109% ;
@@ -1163,7 +1164,7 @@ article.smaller q:before, article.smaller q:after {
11631164
11641165/* Clickable/tappable areas */
11651166/* line 773, ../scss/default.scss */
1166- .slide-area {
1167+ /* .slide-area {
11671168 z-index: 1000;
11681169 position: absolute;
11691170 left: 0;
@@ -1174,7 +1175,7 @@ article.smaller q:before, article.smaller q:after {
11741175 top: 50%;
11751176 cursor: pointer;
11761177 margin-top: -350px;
1177- }
1178+ }*/
11781179
11791180/* line 790, ../scss/default.scss */
11801181# prev-slide-area {
0 commit comments