aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2016-12-30 11:29:47 +0100
committerMark Otto <[email protected]>2016-12-31 00:51:19 -0800
commit719318f4854d398874ee2cb04f788b758fe8cc05 (patch)
tree9adcb40a35a4c1b1045786e4521385ae77542021
parenta7931f0c1e85d0e795877ddca78acce240047aff (diff)
downloadbootstrap-719318f4854d398874ee2cb04f788b758fe8cc05.tar.xz
bootstrap-719318f4854d398874ee2cb04f788b758fe8cc05.zip
Update visual test carousel
-rw-r--r--js/tests/visual/carousel.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/tests/visual/carousel.html b/js/tests/visual/carousel.html
index b26fb4a0d..2f392d0b8 100644
--- a/js/tests/visual/carousel.html
+++ b/js/tests/visual/carousel.html
@@ -30,12 +30,12 @@
<img src="https://38.media.tumblr.com/tumblr_m8tb2rVsD31qa42jro1_1280.jpg" alt="Third slide">
</div>
</div>
- <a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
- <span class="icon-prev" aria-hidden="true"></span>
+ <a class="carousel-control-prev" href="#carousel-example-generic" role="button" data-slide="prev">
+ <span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
- <a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
- <span class="icon-next" aria-hidden="true"></span>
+ <a class="carousel-control-next" href="#carousel-example-generic" role="button" data-slide="next">
+ <span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>