From da31e66c51a2247c504cfbf491e6d83f6cf65a15 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 4 Dec 2018 16:54:15 +0800 Subject: [PATCH] scss/roojs-bootstrap/carousel.scss roojs-bootstrap.js roojs-bootstrap-debug.js --- scss/roojs-bootstrap/carousel.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/scss/roojs-bootstrap/carousel.scss b/scss/roojs-bootstrap/carousel.scss index d6d4c4ad80..97f28c0039 100644 --- a/scss/roojs-bootstrap/carousel.scss +++ b/scss/roojs-bootstrap/carousel.scss @@ -90,3 +90,16 @@ .carousel-inner .tab-pane.clickable { cursor: pointer; } + + +.tab-content { + > .carousel { + > .tab-pane { + display: none; + } + > .active { + display: block; + } + } +} + -- 2.39.2