]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix background size y
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 13 Jan 2019 21:08:06 +0000 (22:08 +0100)
committerMark Otto <otto@github.com>
Mon, 14 Jan 2019 00:24:01 +0000 (16:24 -0800)
scss/_carousel.scss

index 1416048fbfab918bfebc1365795c7552ae19dfba..20ea04baf4e350bc4e5a26ef09a7a4e6349e9f41 100644 (file)
   display: inline-block;
   width: $carousel-control-icon-width;
   height: $carousel-control-icon-width;
-  background: no-repeat 50% / 100%;
+  background: no-repeat 50% / 100% 100%;
 }
 .carousel-control-prev-icon {
   background-image: $carousel-control-prev-icon-bg;