Skip to content

Commit dfd3f46

Browse files
committed
update docs
1 parent 44c9ab9 commit dfd3f46

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

docs/components_page/components/carousel.md

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -42,31 +42,6 @@ Add `className="carousel-fade"` to your carousel to animate slides with a fade t
4242
Control which slide number is displayed by using the `active_index` in a callback. This slideshow is being controlled by `dbc.RadioItems`
4343

4444
{{example:components/carousel/callback.py:carousel}}
45-
46-
## Style the controls
47-
48-
The controls in the Bootstrap carousel are images that have a white background. To use a different symbol or to make them more visible in light backgrounds you can use custom CSS. Here is an example:
49-
50-
```css
51-
.carousel-control-prev-icon,
52-
.carousel-control-next-icon {
53-
height: 100px;
54-
width: 100px;
55-
background-image: none;
56-
}
57-
58-
.carousel-control-next-icon:after {
59-
content: '\003e';
60-
font-size: 55px;
61-
color: yellow;
62-
}
63-
64-
.carousel-control-prev-icon:after {
65-
content: '\003c';
66-
font-size: 55px;
67-
color: yellow;
68-
}
69-
```
7045

7146
{{apidoc:src/components/Carousel.js}}
7247

docs/components_page/components/carousel/captions.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,5 @@
2020
"header": "",
2121
"caption": "This slide has a caption only",
2222
},
23-
{
24-
"key": "4",
25-
"img_style": {"height": "300px"},
26-
"header": "This slide has no image",
27-
"caption": "Image height must be set to make the slide visible",
28-
"captionClassName": "border border-secondary text-primary",
29-
},
3023
]
3124
)

0 commit comments

Comments
 (0)