diff options
| author | Mark Otto <[email protected]> | 2016-12-04 21:39:54 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-04 21:39:54 -0800 |
| commit | 5c93cb7c81fc8de2e18e8433968733bc0776d75e (patch) | |
| tree | c6ef59bc83543cca84d1b2ceb584afdd9f5bd593 | |
| parent | 8f06eebe44e0d387743ccebb72a5663faaf2aa24 (diff) | |
| download | bootstrap-5c93cb7c81fc8de2e18e8433968733bc0776d75e.tar.xz bootstrap-5c93cb7c81fc8de2e18e8433968733bc0776d75e.zip | |
code comment
| -rw-r--r-- | scss/_carousel.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss index fff0bcc9c..a8234516f 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; |
