]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Closes #26300: Add cursor pointer to carousel indicators
authorVarunram <vrg2009@ymail.com>
Mon, 16 Apr 2018 13:09:53 +0000 (18:39 +0530)
committerMark Otto <markd.otto@gmail.com>
Tue, 24 Apr 2018 04:55:45 +0000 (21:55 -0700)
scss/_carousel.scss

index 6274fc4620c2df2bd771b14c935794b81510fc38..de51d1b7a7c1d648ec22d7e8288f983f6f07518e 100644 (file)
     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.