From: Alan Knowles Date: Tue, 4 Dec 2018 08:54:15 +0000 (+0800) Subject: scss/roojs-bootstrap/carousel.scss X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=da31e66c51a2247c504cfbf491e6d83f6cf65a15 scss/roojs-bootstrap/carousel.scss roojs-bootstrap.js roojs-bootstrap-debug.js --- 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; + } + } +} +