From: Mark Otto Date: Wed, 28 Dec 2016 22:40:21 +0000 (-0800) Subject: add a comment here to explain some things X-Git-Tag: v4.0.0-alpha.6~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c52049e5a75941a2a6284d984c1df219b064a45e;p=thirdparty%2Fbootstrap.git add a comment here to explain some things --- diff --git a/scss/_pagination.scss b/scss/_pagination.scss index e60bd41bb3..c87b6c685f 100644 --- a/scss/_pagination.scss +++ b/scss/_pagination.scss @@ -33,10 +33,10 @@ @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. } }