From: Mark Otto Date: Mon, 5 Dec 2016 05:39:54 +0000 (-0800) Subject: code comment X-Git-Tag: v4.0.0-alpha.6~334^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c93cb7c81fc8de2e18e8433968733bc0776d75e;p=thirdparty%2Fbootstrap.git code comment --- diff --git a/scss/_carousel.scss b/scss/_carousel.scss index fff0bcc9c9..a8234516f5 100644 --- a/scss/_carousel.scss +++ b/scss/_carousel.scss @@ -148,6 +148,7 @@ cursor: pointer; background-color: rgba($carousel-indicator-active-bg, .5); + // Use pseudo classes to increase the hit area by 10px on top and bottom. &::before { position: absolute; top: -10px; @@ -157,7 +158,6 @@ height: 10px; content: ""; } - &::after { position: absolute; bottom: -10px;