aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scss/_carousel.scss2
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;