File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -450,7 +450,7 @@ body {
450450/*********************************************
451451 * ZOOM TRANSITION
452452 *********************************************/
453- .reveal .slides > section [data-transition = zoom ], .reveal .zoom .slides > section : not ([data-transition ]) {
453+ .reveal .slides section [data-transition = zoom ], .reveal .zoom .slides section : not ([data-transition ]) {
454454 -webkit-transition-timing-function : ease;
455455 transition-timing-function : ease; }
456456
@@ -647,7 +647,7 @@ body {
647647/*********************************************
648648 * NO TRANSITION
649649 *********************************************/
650- .reveal .slides > section [data-transition = none ], .reveal .none .slides > section : not ([data-transition ]) {
650+ .reveal .slides section [data-transition = none ], .reveal .none .slides section : not ([data-transition ]) {
651651 -webkit-transform : none;
652652 -ms-transform : none;
653653 transform : none;
Original file line number Diff line number Diff line change @@ -434,8 +434,8 @@ body {
434434 *********************************************/
435435
436436@mixin transition-global ($style ) {
437- .reveal .slides > section [data-transition = #{$style } ],
438- .reveal.#{$style } .slides > section :not ([data-transition ]) {
437+ .reveal .slides section [data-transition = #{$style } ],
438+ .reveal.#{$style } .slides section :not ([data-transition ]) {
439439 @content ;
440440 }
441441}
You can’t perform that action at this time.
0 commit comments