]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
code comment
authorMark Otto <markdotto@gmail.com>
Mon, 5 Dec 2016 05:39:54 +0000 (21:39 -0800)
committerMark Otto <markdotto@gmail.com>
Mon, 5 Dec 2016 05:39:54 +0000 (21:39 -0800)
scss/_carousel.scss

index fff0bcc9c94fafde139644efd0f163f477b0e96c..a8234516f5bbf2661d8ace0d3e1cd4fe7b3c3bb7 100644 (file)
     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;
       height: 10px;
       content: "";
     }
-
     &::after {
       position: absolute;
       bottom: -10px;