From 044e87017d782839b4c599633b565a4db1375334 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 31 Aug 2015 10:55:02 +0200 Subject: fix issue where 'none' transition did not apply to vertical stacks --- css/reveal.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'css/reveal.scss') diff --git a/css/reveal.scss b/css/reveal.scss index 1be6151..e1697b1 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -434,8 +434,8 @@ body { *********************************************/ @mixin transition-global($style) { - .reveal .slides>section[data-transition=#{$style}], - .reveal.#{$style} .slides>section:not([data-transition]) { + .reveal .slides section[data-transition=#{$style}], + .reveal.#{$style} .slides section:not([data-transition]) { @content; } } -- cgit v1.2.3