aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorVarunram <[email protected]>2018-04-16 18:39:53 +0530
committerMark Otto <[email protected]>2018-04-23 21:55:45 -0700
commit4bc5cc149a104edda9da7d439c2b45810d180d89 (patch)
tree3b09fddd8cf346afd38ba649e2737aa8665e8205 /scss
parent74057dcc8ea305fe8da0e921454919be7a0f58d5 (diff)
downloadbootstrap-4bc5cc149a104edda9da7d439c2b45810d180d89.tar.xz
bootstrap-4bc5cc149a104edda9da7d439c2b45810d180d89.zip
Closes #26300: Add cursor pointer to carousel indicators
Diffstat (limited to 'scss')
-rw-r--r--scss/_carousel.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/scss/_carousel.scss b/scss/_carousel.scss
index 6274fc462..de51d1b7a 100644
--- a/scss/_carousel.scss
+++ b/scss/_carousel.scss
@@ -189,6 +189,7 @@
margin-right: $carousel-indicator-spacer;
margin-left: $carousel-indicator-spacer;
text-indent: -999px;
+ cursor: pointer;
background-color: rgba($carousel-indicator-active-bg, .5);
// Use pseudo classes to increase the hit area by 10px on top and bottom.