]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add a comment here to explain some things
authorMark Otto <markdotto@gmail.com>
Wed, 28 Dec 2016 22:40:21 +0000 (14:40 -0800)
committerMark Otto <markd.otto@gmail.com>
Wed, 28 Dec 2016 23:13:43 +0000 (15:13 -0800)
scss/_pagination.scss

index e60bd41bb3592a408f0f6a6a4a0407e947814753..c87b6c685ff6829a8db8b896249d7d0b10bbcad3 100644 (file)
     @include plain-hover-focus {
       color: $pagination-disabled-color;
       pointer-events: none;
-      cursor: $cursor-disabled;
       background-color: $pagination-disabled-bg;
       border-color: $pagination-disabled-border;
     }
+    cursor: $cursor-disabled; // While `pointer-events: none` removes the cursor in modern browsers, we provide a disabled cursor as a fallback.
   }
 }