diff options
| author | Martijn Cuppens <[email protected]> | 2019-01-13 21:51:21 +0100 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2019-01-13 16:24:01 -0800 |
| commit | e2ac792bc714905091c41532c670b8a0a8e01841 (patch) | |
| tree | 1243852b42a7a2abfe70c3a88f616116caf366ab | |
| parent | 50492b8840f2400a483f9d0733f79e50a5618855 (diff) | |
| download | bootstrap-e2ac792bc714905091c41532c670b8a0a8e01841.tar.xz bootstrap-e2ac792bc714905091c41532c670b8a0a8e01841.zip | |
Minify background property
| -rw-r--r-- | scss/_carousel.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index 8e6639ac0..1416048fb 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; |
