From e2ac792bc714905091c41532c670b8a0a8e01841 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens Date: Sun, 13 Jan 2019 21:51:21 +0100 Subject: [PATCH] Minify background property --- scss/_carousel.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 8e6639ac07..1416048fbf 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -127,8 +127,7 @@ display: inline-block; width: $carousel-control-icon-width; height: $carousel-control-icon-width; - background: transparent no-repeat center center; - background-size: 100% 100%; + background: no-repeat 50% / 100%; } .carousel-control-prev-icon { background-image: $carousel-control-prev-icon-bg; -- 2.47.2