I use the bootstrap default carousel . I want both carousel-control to appear when: hover on the slider. Actually for this I ask:
.carousel-control { display: none } .carousel-inner:hover + .carousel-control { display: inline-block } I use the bootstrap default carousel . I want both carousel-control to appear when: hover on the slider. Actually for this I ask:
.carousel-control { display: none } .carousel-inner:hover + .carousel-control { display: inline-block } Source: https://ru.stackoverflow.com/questions/595688/
All Articles
.carousel-inner:hover ~ .carousel-control- Yuri