diff options
| author | Mark Otto <[email protected]> | 2016-12-28 14:40:21 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-12-28 15:13:43 -0800 |
| commit | c52049e5a75941a2a6284d984c1df219b064a45e (patch) | |
| tree | 0c542f2da518413457ec5260502759f6037a41d1 | |
| parent | e3d01a326b501abc590468d5b8ae8d61d19d15eb (diff) | |
| download | bootstrap-c52049e5a75941a2a6284d984c1df219b064a45e.tar.xz bootstrap-c52049e5a75941a2a6284d984c1df219b064a45e.zip | |
add a comment here to explain some things
| -rw-r--r-- | scss/_pagination.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_pagination.scss b/scss/_pagination.scss index e60bd41bb..c87b6c685 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. } } |
