mdbootstrap / material-design-for-bootstrap

Important! A new UI Kit version for Bootstrap 5 is available. Access the latest free version via the link below.
https://mdbootstrap.com/docs/standard/
MIT License
9.34k stars 1.15k forks source link

Fixed the arrow_right.svg anf arrow_left.svg path in mdb.css #147

Closed Valindo closed 6 years ago

Valindo commented 6 years ago

Modified background-image for both .carousel .carousel-control-prev-icon & .carousel .carousel-control-next-icon from url(../img//svg/arrow_right.svg) to url(../img/svg/arrow_right.svg)

While using the carousel for my website, I noticed the arrows worked locally but when uploaded to a server, they don't. I went back to the docs to see if I missed something and found out that the docs also had the same bug ( screenshot attached ) screen shot 2018-02-25 at 2 20 27 pm 1

I hope this counts as a meaningful contribution.

Cheers all the contributors, good work :D

mannok commented 6 years ago

How come this is not yet fixed?

mattonit commented 6 years ago

This issue was already fixed in #a237fb3